How to auto populate value in multi row variable set row by row.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 01:54 AM
Hi,
For Example: In attached screenshot.There is a field "PUT Name" It have value Test, Test1, Test2. (It is a variable in catalog not MRVS).
There is another field name is "Task input" It is multi row variable set.
I want if I am adding a row in MRVS ,the value of put name should be auto populate in MRVS first variable which name is "security zone name" Row by row means in first row test. In second row test1 and in third row test2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 05:40 AM
Why not add the PUT name to the MRVS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 06:16 AM
@Kristen Ankeny I am trying in PDI but PUT is a network name field. And the requirements is we can raise a request for multiple network. For particular network name I can give value respectively
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 07:04 AM
But couldn't you just do what is in the comma separated individually as a variable on each row and then if you need to combine for other logic, do that after completion of the MRVS? If you have to have the comma separated, then this article might help: https://rubenferrero.com/servicenow/multi-row-variable-set-form-communication/
I know that i have also in the past done client scripts to pass values from the form to the user's client data: https://developer.servicenow.com/dev.do#!/reference/api/utah/client/c_GlideUserAPI#r_GlideUser-setCl... and then referenced that using the corresponding get.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 09:04 PM
@Kristen Ankeny network name (PUT) field is given by user (it is populating from site and other value automatically) but mrvs is visible only catalog task and relative value will be provided by a group.