V1.1.29
Release 2 June 2025
New and Improved Features
1. FixedWidthFormat activity Supports fixed-width file formats, where each data field occupies a predefined, fixed number of characters within each line. Enabling ingestion from legacy systems that rely on this structure.
2. Group iterator enhancements Improved execution for the While inside ForEach groups, ensuring more reliable iteration within nested groups.
3. Lookup and Data-table Import/Export Enhancements now enable users to export and import tables as either formats for improved reusability
· Data: Lightweight format for data migration
· Table: Retains full metadata for complete structure replication
4. Dependency modal for global variables Improved traceability for references across different global variables actions, aiding in refactor and impact assessment.
5. AI workflow-trigger selector update Introduces prompt for trigger selection while generating AI-driven workflows, ensuring proper initiation logic and reducing setup errors.
6. Activity Builder enhancements UI/UX refinements for custom table configuration and editing.
Featured Update: Schema Editor Enhancements
The schema editor receives a major upgrade, delivering greater clarity, precision, and control for designing structured data.
Root and Array Awareness
Clearly displays the root entry point and array item types, supporting both primitive types and complex compositions (allOf
, anyOf
, oneOf
).
Note: All existing schemas will continue to work as expected — this is a visual and structural improvement only.
Intuitive Row Operations Perform granular edits with ease:
· Add, duplicate, or delete root nodes
· Manage object-type siblings and children
· Configure array items
· Edit sub-schemas with full compositional support
Advanced Properties Panel Enhanced controls streamline complex schema configuration:
· Enum and const support for string types
· Autocomplete and validation for reference paths
· Schema composition selector (allOf
, anyOf
, oneOf
)
· Back/Next row navigation
· Streamlined 3-dot action menu
· Quick modal exit with Esc key
Smarter Definition Panel Improved renaming flow — double-click now selects the full definition name for quicker edits.
Polished Table View Visual and usability upgrades include:
· Clear button for default columns
· Accurate rendering of default values
· Tooltips shown only when content is truncated
· Drag handle moved to the first column for easier access
· Drop-disabled rows now visually indicated
· Inline labeling for root and array item types
Last updated
Was this helpful?