Send list of record numbers to flow execution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2024 03:39 PM
Hi All,
We have an issue where a flow didnot get triggered for a flow though the trigger conditions met . This is happening to few records . Since there are no executions, unable to determine why the flow didnot trigger.
trying to push the records via flow "Test".
Is there a way (background script) where we can define the list of records to be re- executed vs running them via test one by one.
Please advise
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2024 08:28 PM
Hi @CV1
You can make use of Flow API to run the flow from Background Script to test it. To get the flow API, you can make use of Create Code Snippet functionality being offered by Flow Designer. You can further modify this Script Logic to run for multiple records in a loop.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.