This section covers Logic - the expressions and workflows that makes your app do the things you want it to do.
Introduction to Logic
The frontend and backendThis section describes the difference between workflows running on the frontend and backend
Dynamic expressionsThis article covers how to set up dynamic expressions in Bubble.
ConditionsThis article explains how to use conditions and conditional expressions in Bubble to control app behavior and enhance security.
Workflows
This section covers workflows - the engine in your app that makes stuff happen.
Introduction to Workflows
Workflows: EventsThis article covers events, which are the triggers that start a workflow.
Workflows: Events - FrontendThe article covers frontend events, which are the events that are triggered on a page.
Workflows: Events - Custom eventsThis section covers Custom Events, which can be triggered by other workflows or within reusable elements to avoid duplication.
Workflows: Events - Recurring workflowsThis article covers recurring client-side workflows
Workflows: Events - BackendThis article covers backend events, which are events that trigger on Bubble's server.
Workflows: Events - Database triggerThis article covers database trigger events, which are events that trigger whenever some specific data in the database changes
Workflows: ActionsThis article covers actions, which are the steps in a workflow that perform different tasks.