When using When Adding Record, the most common questions focus on trigger conditions, execution timing, and troubleshooting. This section covers 3 frequent questions.
FAQ
What is the difference between non-empty field conditions and filter conditions?
- Non-empty field conditions require selected fields to already contain values when the new record is created.
- Filter conditions further check whether field values meet specific rules.
- If you need both required values and value-based rules, you can use both types of conditions together.
Does the trigger run immediately after a record is added?
- After a new record is created, the workflow starts according to the enabled automation settings.
- If network status, permissions, or workflow configuration affect execution, timing may vary slightly.
- It is a good idea to test with sample records before using the workflow in regular work.
What should I do if the trigger fails?
- Open the related automation log or workflow record first and check the failure reason.
- Confirm that the target table, field settings, and filter conditions are still valid.
- Make sure the current account has the required access to the related table and workflow, then test again.
Glossary
| Term | Definition |
|---|---|
| Trigger | The starting condition of an automation workflow. When the condition is met, the workflow begins. |
| Data table | The record container in a multi-dimensional table where fields and records are stored. |
| Filter condition | A rule used to limit which records meet the trigger requirements. |