- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 03:35 AM
Hi All,
Can anyone assist on this?
I need to dotwalk a user's network id from a MRVS and populate it on the create record in flow designer.
this is my script but seems not working.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 06:16 AM
Basically you should just need to select which table to look up (the table you're referencing in the MRVS).
Then as condition, select sysID is equal to -> Data picker to get the value of the for-each-value of your specific MRVS variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 04:28 AM
You can't dotwalk inside of the data piIl.
Define the variable as accountID (var accountID = fd_data._12__for_each.item.user_s_or_group_s_to_be_added_or_modified) and then use GlideRecord to query to the table using that variable (as addition to Dnyaneshwaree's script).
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark