Multi row variable set in flow designer

Mahesho11
Tera Contributor

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.

3 REPLIES 3

Harish KM
Kilo Patron
Kilo Patron

Hi @Mahesho11 you need to use for each logic and iterate your multiple row variable set. The below is the example

https://www.servicenow.com/community/now-platform-forum/how-do-i-iterate-through-a-multi-row-variabl...

Regards
Harish

Danish Bhairag2
Tera Sage
Tera Sage

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

can you please provide me the code