Skip to main content

V1.1.28 (Upcoming

New and Improved Features

  1. Git Integration Improvements
    Improved UI consistency for Git-connected workflows.
    • Introduced a new Stash flow allowing users to preview commits before stashing.
    • Users can now clone changes from any branch in a multimodule repository.
  2. Admin Governance Enhancement
    Admins can now choose to join available workspaces as either admins or members, improving access governance and control.
  3. Enhanced Input Tab Rendering Performance
    Optimized the Input tab to prevent unnecessary re-renders during user interaction or data updates. The tab now re-renders only on actual changes, improving responsiveness and efficiency.
  4. New Feature: Filter Support in iterateOn Expressions
    The iterateOn expression now supports inline filter conditions. This enables more granular control when looping through collections, reducing the need for additional filtering logic.
  5. Multi-tab Workflow (Beta)
    Addressed pop-up issues in workflows opened across multiple tabs. Enhances stability and usability when working in parallel tabs.
  6. Configuration Tab Persistence
    Retains the last selected tab (e.g., Configuration) even after navigating between panels.
  7. Workspace Simplification
    Profiles tab is now hidden in public workspaces, resulting in a cleaner and more focused interface.
  8. Group Iterator Enhancements
    Group activities now support default schemas and filtered iterator paths, enabling more precise control over grouped data operations.

Bug Fixes

  1. Save Loop in Variables
    Resolved an issue that caused repeated save triggers during variable edits.
  2. Copy Activity Properties
    Improves productivity when duplicating activities.
    • All properties, including target schema and configuration, are copied.
    • Note: Mappings are excluded, as they depend on the connected source.
  3. Workflow Validation – Non-Terminating Path Fix
    Validation now detects and flags workflows with paths that do not reach a logical end. This helps avoid runtime errors and improves debugging clarity.
  4. Iterator Display Fix for Nested Groups
    Fixed a UI issue where nested group iterators showed incorrect context. The iterator is now accurately displayed for nested structures.