🧭Automation: Why is my submit button not starting a workflow?
PreviousAutomation: How do I create an approval workflow?NextAutomation: How do I test automation before publishing?
Last updated
Usually the button saves the record but is not connected to the automation trigger, or it writes a status value that the workflow is not listening for.

Approval workflow setup showing trigger controls.
Open the workflow.
Check When this happens.
Select the actual Submit button or form submission.
Confirm the exact submitted status written by the button.
Save.
Run validation.
Create a fresh test request from the app screen.
Manual database edits are not proof. The test must use the same button the user uses.
Read Submit Button Troubleshooting for the full checklist.
Last updated