An introduction to workflows and logic features
What are workflows and logic triggers? Workflows are a sequence of actions or steps. Think of it as a recipe or a checklist, a sequence of steps to accomplish something. This sequence will be activated by specific events or user interactions that happen inside your application, which we call triggers. Logic triggers fire the sequence of steps configured inside a workflow, and then things happen.
For instance, when a user clicks a button, it creates a new user account and sends them to another page. It might sound simple, but for that to happen, multiple little steps had to happen in order for that account to be created. The trigger is the person clicking the button and the workflow is the little steps that happen to create the user account, store the information on the database, and then redirect the user to another page.
The cool thing about using Bubble and no-code is that you will be able to define workflows and triggers using...