- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2026 02:55 AM
Hi All,
What will do each option in Run Trigger when trigger is Updated in Flow designer? Please explain with an example and also please share any documents if you guys have?
Regards,
Rajesh Edaguttu.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2026 04:10 AM
https://www.servicenow.com/docs/r/washingtondc/build-workflows/flow-triggers.html
| Trigger | Description |
|---|---|
| Created | Starts a flow when a record is created in a specific table. |
| Updated | Starts a flow when a record is updated in a specific table. Requires selecting when to run the flow.
|
| Created or Updated | Starts a flow when a record is either created or updated in a specific table. Requires selecting when to run the flow.
|
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2026 04:44 AM
Refer: https://www.servicenow.com/docs/r/build-workflows/workflow-studio/flow-triggers.html
Trigger Description
| Created | Starts a flow when a record is created in a specific table. |
| Updated | Starts a flow when a record is updated in a specific table. Requires selecting when to run the flow.
|
| Created or Updated | Starts a flow when a record is either created or updated in a specific table. Requires selecting when to run the flow.
|
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2026 05:26 AM
Hello @RajeshEdaguttu ,
Run Trigger only appears when Trigger contains Updated.
Refer this official docs for detailed understanding :
https://www.servicenow.com/docs/r/washingtondc/build-workflows/flow-triggers.html
If my response helped mark as helpful and accept the solution.