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

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

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
