WorkflowsLearn how to use workflows in your app

Workflows contain is where you build out the actual logic of your application. They cna be relatively basic, like showing a simple toast, or include complex logics through operations

Frame 1862.png

Steps

workflows are made up of a series of steps. To add a new step, you can click the + button, at the end of the workflow or in between each step, which will show the list of available actions you can add, grouped by category

Frame 1863.png

Flow Controls

Flow Controls are special steps that allow you to implement complex logic in your workflows. One of the most common is the If-Else Flow control (show below) which will let you take different operations based on if a value is true or not

Frame 1864.png
Published 01/10/2025Last updated 03/06/2025