- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2023 03:06 AM
Hi, there.
I want to set MRVS values in a custom table using Flow Designer.
I want to make each row a 1:1 field and increase the number of fields by the number of values.
I'm thinking of a Name-Value Pairs field type, but I would like to know if there is a better field type or a way to set the MRVS value from the flow designer to this type.
Solved! Go to Solution.
- Labels:
-
flow designer
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2023 03:21 AM
Hi @MakotoHorioka ,
Please follow the steps mentioned :https://www.servicenow.com/community/workflow-automation-articles/how-to-use-multirow-variable-sets-...
Also,
mrvs is retrieved as an Array.Object that may be looped with "For Each Item" step.
Example. "developer_ml" is a mrvs.
Looping through records in mrvs
Logging out of a record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2023 03:21 AM
Hi @MakotoHorioka ,
Please follow the steps mentioned :https://www.servicenow.com/community/workflow-automation-articles/how-to-use-multirow-variable-sets-...
Also,
mrvs is retrieved as an Array.Object that may be looped with "For Each Item" step.
Example. "developer_ml" is a mrvs.
Looping through records in mrvs
Logging out of a record