🚀 Celigo September Release is Live!

This release introduces Celigo AI Copilot, a new connector for reusing platform APIs, multi-instance flows for managing variations without duplication, over 30 new Handlebars helpers, and more.

Read the release highlights

Platform

Introducing Celigo AI Copilot

Copilot is a built-in AI assistant with a conversational interface that delivers the Knowledge Bot experience in a context-aware floating panel. It provides real-time guidance across flow building, connector setup, and troubleshooting.

Copilot offers suggestions, remembers your session history, and supports code-based tasks, helping you resolve issues and access information without leaving your workflow.

Expanded Handlebars library

We’ve added 30 new built-in Handlebars helpers to help you write cleaner, more powerful expressions for transforming, validating, and formatting data across your flows.

Handlebars helpers are reusable functions that simplify how you manipulate data, without custom scripting. They’re available across the platform for use in mappings, filters, API templates, and flow configurations.

We’re planning to release 14 additional helpers in an upcoming September patch.

New: Multi-instance flows

Coming in the October maintenance release, we’re introducing multi-instance flows, a more scalable way to manage similar integrations across regions, brands, or business units, without duplicating logic or increasing maintenance.

Managing hundreds of near-identical flows can be error-prone. With multi-instance flows, you define core logic once in a base flow and generate lightweight instances that store only what’s different—such as connection IDs, mappings, or export steps.

Multi-instance flows are available on Professional and Enterprise editions.

Form builder UX enhancements

We’ve introduced several improvements to make form customization more flexible, dynamic, and responsive, especially for complex integration configurations and connector development.

  • Native field support: Add fields from core export/import/lookup steps directly to custom forms
  • Conditional logic: Use removeWhen, deleteWhen, removeWhenAll, and deleteWhenAll to show or hide settings based on user input
  • Dynamic references: Reference other settings using Handlebars to build conditional option lists
  • Type-ahead search: Dynamically fetch dropdown options based on user input in real time
  • Multi-column layout: staticMap now supports more than two columns
  • Sort options: Use orderBy and order to define sort rules for dropdown lists
  • Store additional properties: Enable storeAdditionalProperties on Select, MultiSelect, ExportSelect, StaticMap, Toggle, and RadioGroup fields

UI enhancements: Table updates across the platform

We’ve redesigned tables throughout the platform to improve usability, visibility, and performance—especially for admin and high-volume user workflows.

Additional Platform Updates

Mapper 2.0: Ignore records with empty outputs

  • Records that result in empty objects, arrays, or null values are now automatically excluded from processing. This applies to file-based flows, database imports, and HTTP destinations—reducing errors, unnecessary processing, and improving overall flow performance.

Deprecation of the Old Builder UI (Effective October 9):

  • The legacy UI toggle will be removed. All users should transition to the new Builder UI.

Standardized connection concurrency limits

  • Feature gating for connection concurrency will be removed across all platform editions. Previously, concurrency levels varied by subscription tier; now, all customers will benefit from a consistent, higher concurrency limit. - This change will take effect in a maintenance release later in October.

UTC Time Zone Support:

  • Flows can now be scheduled and transformed using UTC, improving consistency across time zones and avoiding DST-related issues.

Pre-save Page Hook Behavior (on Lookups):

  • The preSavePage hook now only triggers when filter criteria are met, improving flow efficiency and reducing unnecessary processing.

Read the full release notes in the KB →

API Management

New: Celigo APIs Connector

The new APIs Connector makes it easier to reuse service endpoints built on the Celigo Platform, including APIs created in API Builder, JavaScript, and Celigo’s standard platform APIs.

This connector supports a modular, API-led integration strategy, allowing teams to design once and reuse APIs across projects. Builders get faster development cycles, reduced duplication, and centralized governance over how APIs are used and managed.

B2B Manager

Download EDI files directly from the activity dashboard

Users can now download inbound and outbound EDI files directly from the Activity Dashboard, without navigating to the flow run history.

This enhancement streamlines access to EDI transactions, improves traceability, and removes friction for users managing high volumes of B2B activity.

Integration Apps

Configurable concurrency for HTTP 2.0 connections

Concurrency limits can now be adjusted for Integration Apps using HTTP 2.0 connections—restoring a level of control that was previously limited.

This update supports use cases with high-volume or time-sensitive processing needs, especially during seasonal spikes.

Customers can now tune throughput based on load, ensuring performance without waiting for system-side changes.

Connectivity

Support for batch requests in HTTP connector (plain text)

The HTTP connector now supports batch requests with plain text media types, enabling more flexible API interactions such as multipart form submissions or sending large batches of records in a single request.

Optional response path for batch responses

You can now leave the path to records field blank when handling batch responses.

These updates improve compatibility with APIs that don’t return structured batch responses and provide greater control over request construction for high-volume workflows.

Integration Marketplace

Check out the new TP and HTTP connectors available in the Integration Marketplace.

3 Likes

Is there any documentation on the Multi-instance flows? I can see that simplifying a lot of the work I do.

1 Like

@jackharris - Thanks for reaching out! Our team will be publishing more detailed documentation on multi-instance flows in the next few weeks.

1 Like

2 posts were merged into an existing topic: Bug in lookups makes values invisible