Changelog

New updates and improvements to Flows.

Follow us on X (Twitter)

All releases

March 16, 2026

Duplicate block

You can now duplicate any block in the workflow editor. Open the block's context menu and select Duplicate to create a copy with the same configuration, useful when building workflows with repeated patterns or similar steps.

Other improvements

  • Added fetchWorkflows() to @flows/react and @flows/js. Call it to retrieve all enabled workflows for the current user along with their state, useful for building custom UI that reflects workflow progress.