Log inSign up

Changelog

New updates and improvements to Flows.

Follow us on Twitter

All releases

August 11, 2025

Action property

Screenshot of the new action property input in the Flows editor

Creating interactive buttons in Flows just got much simpler. Previously, you had to handle all logic yourself and juggle optional block properties. The new Action property consolidates everything you need for buttons into one property. It includes:

  • A label for the element
  • An action to run when clicked
  • An optional URL to open (with the ability to open in a new tab)

Learn more in the Action property docs.

Array in array

We’ve also added support for arrays inside arrays, enabling more advanced and flexible components in your workflows. For example, you can now create a checklist with multiple items, each containing a dynamic number of buttons or links.

Learn more about arrays.

Other improvements

  • Added disabled state to unsupported block properties in the custom component editor with explanations

Bug fixes

  • Fixed an issue in React SDK where blocks sometimes didn't load when initializing the SDK