Send list of record numbers to flow execution

CV1
Tera Contributor

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

 

1 REPLY 1

Amit Verma
Kilo Patron
Kilo Patron

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.

 

AmitVerma_0-1724729272971.png

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.