For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ordering interactions with action flow

If you have an event that is triggering multiple actions, you can either have your actions run concurrently or sequentially.

  • To run concurrent actions, drag out action blocks from the same event block.

  • To run sequential actions, add additional blocks to the previous action.

  • To deal with errors, drag out action blocks from the red circles.

  • To add scheduler or conditions on an action, click the icons on the right panel.

Last updated

Was this helpful?