- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
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
yesterday
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
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
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
yesterday
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
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @Dr. Atul G,
Thank you for explanation and document.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
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
yesterday
Hi @Tanushree Maiti ,
Thank you for explanation.