How to set the variable value with the MRVS reference variable data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 11:05 PM - edited 05-27-2024 11:05 PM
Hi Team,
I have a requirement below :
Catalog item variable: MRVS data(mrvs_data)
Multi-Row variable set: Mobile Devices Set (mobile_devices_set)
Once the request gets submitted I need to pass the Approval User (approval_user) data to the MRVS data(mrvs_data) variable. I tried using the OnSubmit client script below but it returned the sys_id instead of User ID.
Kindly suggest on this?
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 11:37 PM
Hi,
What is the field type of mrvs_data, and what is the expected result? A comma seperated string of full-names?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 12:02 AM
Hi, mrvs_data is Single line text type variable and we want to push the data with comma-separated names.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 12:35 AM
I would move your logic to run as part of the fulfilment process (workflow or flow). What is this field's data being used for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 12:39 AM
It's a hidden variable and it is not visible anywhere in catalog form/RITM/TASK, the purpose of this variable is to reuse this variable in different places.