Generate Approvals based on Multirow variable set rows in single RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Saturday
Hi,
I have multirow variable set , I want to generate approval based on the MRVS set values.
For example:
MRVS set Value - ABC
MRVS set Value - DEF
MRVS set Value- GFT
I want to generate approval for each MRVS set Value in single RITM.(parallel).
Upon all the approval, i want to change the RITM state.
How to achieve this in flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunday
Hello @dhivyal94299399 ,
I tried your use case , please find below configuration :
1) Created one flow with trigger type : application > service catalog
2) get catalog variable all
3)applied for each loop on mrvs :
i) action : create record : table sysapproval_approver
added all required fields
4)action : lookup records : table = sysapproval_approver , approving for = requested item record
5)added foreach loop on lookup records :
i) created wait for condition for each individual approval record
6)action : update record : record > requested item record , state=add your required state here( i have added closed complete)
output :
If this helps you then mark it as helpful and accept as solution.
Regards,
Aditya
