Duplicate sc tasks are created while using For each loop in flow designer for accessing MRVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi,
I have one catlog form which having the Multi Row variable set now requirement is like Hostname is one of the variable in Multi Row variable set if Hostname is not empty then trigger catalog task creation it was implemented using flow designer but here issue is if we select 5 records from MRVS it is creating 5 duplicating tasks. My configurtion is like created a For each loop to iterate and put if condition to set th Hostname is not empty then create a task. Kindly help me with this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hello @raj99918 ,
Your requirnment is to iterate loop over mrvs and if any one of variable hostname is not empty then create catalog task . So create one flow variable and keep it as false or 0 .It just work like flag . In loop if any mrvs met your condition then change that flow variable to true or 1 . Later check that flow variable if it is true or 1 then create flow variable.
You can also check this video for flow variable : https://youtu.be/EOhf8f_IgfA
If this helps you then mark it as helpful and accept as solution.
Regards,
Aditya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @adityahubli Thanks for the reply but am not able to opne the video link its not opening I have done similar thing like create one flow variable tascreated and using set flow variables set tascreated as false but its not working may be the approcach i didn't configure correctly can you please provide the screenshots from flow designer it will be helpful for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
52m ago
