Creates on-demand executable branches that run ONLY when manually clicked, never during automatic workflow execution
Creates on-demand executable branches that run ONLY when manually clicked, never during automatic workflow execution. Nodes connected to this trigger are excluded from main workflow runs (scheduler, manual run, other triggers) and execute in isolation when the button is clicked.
Button Triggers are perfect for scenarios where you need manual control over certain workflow branches:
Template creation: Run a branch once to create templates or initial setup
Manual evaluations: Wait for manual review before proceeding (e.g., evaluate search terms in Google Sheets, then push negative terms to Google Ads when ready)
Conditional actions: Execute actions that require human judgment or timing