11.Why did my scheduled workflow action fail, while the instant action worked?
Scheduled actions fail if the record no longer meets the workflow conditions at the scheduled time. The system re-validates the record before executing.
12. Why didn’t my workflow trigger during import, even though I enabled automation?
- Confirm that the Trigger automation while importing option was checked.
- If the records already satisfy the workflow conditions at import, the rule will be skipped.
13. Why is my stage automation not creating connected records?
Check if the pipeline module has unique fields. If duplicates exist, Bigin will block the connected record creation, even across sub-pipelines.
- The unique fields can be checked from the Bigin -> Settings -> Fields -> Click on Pipeline Fields. On this page, all fields along with the unique will be shown.

14. Why did my workflow stop sending emails after 550 triggers in one day?
Workflow emails are subject to daily limits based on subscription edition. Refer to the official help link for edition-based limits.

15. Why are my workflow rules not triggering for records updated via APIs or third-party tools?
Workflow rules in Bigin will only trigger if the automation trigger option is enabled in the API integration or connected app. Without this, updates bypass workflow automations.
16. Why didn’t my workflow trigger when a field contained the value “1,000 to 10,000”?
- In single-line fields, commas are treated as separators.
- Use the format 1\,000 to 10\,000 (escaping the comma) to ensure the workflow treats it as a single value.

