Workflows
Workflow Triggers
Workflow Triggers The Trigger is the event that starts a Workflow. Every workflow has exactly one...
Triggering Workflows From Pages And Buttons
Triggering Workflows from Pages and Buttons Most workflows fire automatically — when a record is ...
Scheduled Workflows
Scheduled Workflows A Scheduled Workflow runs automatically on a recurring timer — every minute, ...
Workflow Actions Overview
Workflow Actions Overview Actions are the things a Workflow does. After the trigger fires, the wo...
Utility Actions
Utility Actions Utility actions are the workflow's power tools: run an AI Prompt, call a Pipe (a ...
Communication Actions
Communication Actions Communication actions reach out to a person (Send Email, Send Text Message)...
Integrations
Workflow Integrations Integrations are built-in connectors to popular third-party services. Each ...
Document Actions
Document Actions Document actions turn data into files: PDFs and CSVs. They're useful for invoice...
Data Actions
Data Actions Data actions read from and write to your tables. They're the core of most Workflows:...
Using Workflow Data
Using Workflow Data Almost every workflow step needs values from somewhere — a field on the sourc...
Running Custom Javascript
Running Custom JavaScript in a Workflow The Run Custom Code action lets you write your own JavaSc...
Conditions And Branches
Conditions and Branches Workflows aren't just a flat list of actions — you can add logic with two...
Workflow Versions And Folders
Workflow Versions and Folders As your app grows, you'll have more workflows and you'll change the...
Workflow Limits And Troubleshooting
Workflow Limits and Troubleshooting Workflows are powerful, but Tadabase enforces a few limits to...
Workflow History And Logs
Workflow History and Logs Every workflow run is logged. The History view shows you what happened ...
Getting Started Snippets
Custom Code Snippets — Getting Started This is the first article in the Custom Code Snippets lib...
String Snippets
Custom Code Snippets — Strings & Names Copy-paste examples for building names, slugs, titles...
Numbers Math Money Snippets
Custom Code Snippets — Numbers, Math & Money Copy-paste examples for arithmetic, rounding, c...
Dates Times Snippets
Custom Code Snippets — Dates & Times Copy-paste examples for working with dates and times in...
Arrays Lists Snippets
Custom Code Snippets — Arrays & Lists Copy-paste examples for working with arrays inside a C...
Validation Sanitization Snippets
Custom Code Snippets — Validation & Sanitization Copy-paste examples for validating and clea...
Branching Status Snippets
Custom Code Snippets — Branching & Status Copy-paste examples for emitting a clean status va...
Identifiers Tokens Snippets
Custom Code Snippets — Identifiers & Tokens Copy-paste examples for generating unique IDs, s...
Connected Records Snippets
Custom Code Snippets — Connected Records Copy-paste examples for working with connected records ...
External Api Snippets
Custom Code Snippets — External APIs Copy-paste examples for calling external HTTP APIs from a C...
Logged In User App Context Snippets
Custom Code Snippets — Logged-in User & App Context Copy-paste examples for reading the sign...
Client Side Ux Snippets
Custom Code Snippets — Client-Side UX Copy-paste examples for the user-facing helpers — toasts, ...