Multi row variable set in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2024 04:26 AM
In mrv i have variables security group name(single line text), owner(sys_user), authorizer 1 (sys_user), authorizer 2 (sys_user) i need to take these fileds in flow designer and goes for approval to owner/auth1/auth2 anyone can approve explain in detail. Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2024 06:06 AM
Hi @Mahesho11 you need to use for each logic and iterate your multiple row variable set. The below is the example
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2024 10:42 AM
Hi @Mahesho11 ,
In flow designer u can create a new action n in that u can write a code which will fetch all 4 required fields name n then u can use that variable as an input to approval logic where by default any one approves moves the process further.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2024 11:08 AM
can you please provide me the code