Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Need Help with mrvs in flow designer

tyagi_amrit2701
Tera Contributor

Hi all,

I can't use look up record in multi row variable set while using for each in flow designer .the field I am trying to access in multi row variable set is lookup select box,  is there any way through which I can use look up record in multi row variable set.

 

32 REPLIES 32

@tyagi_amrit2701 

Sorry but it worked for me.

Not sure if you have missed any step

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@tyagi_amrit2701 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Ankur Bawiskar
Tera Patron
Tera Patron

@tyagi_amrit2701 

you cannot directly use Lookup record in MRVS when using for each

check this how it can be done and enhance it from your side

Example:

Use Lookup Record on sys_user within your for each with condition as

SysId == For Each->MRVS->User

Then use output from Lookup Record and dot walk to Name field in next step

AnkurBawiskar_0-1742364488311.png

 

 

AnkurBawiskar_1-1742364488325.png

 

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader