Error Handling in flow with counter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 07:09 PM
@Ankur Bawiskar @Community Alums @Sohail Khilji @Maik Skoddow or anyone please help me guys
Can you please help me I have flow
1st action will send the output 5th action step as a input value if no match match 5th action is failed saying no record found with the provided input
so I want this to iterate for 57times to complete it
I also used TRY FLOW LOGIC as TRY is working only until match found which means out of 57 if match found at 13 and the flow is not iterating after 13 th as it got stuck
Hence I finally decided to use the counter I Have created one variable in the varialble on 3rd step i given input value of 57
and used DO WHILE Loop to check until the counter is zero
In 6th step I mentioned to subract the counter 1
Hence flow is not iterating if no match found after 1/57 as it is stuck at 1 and completed with error caught