- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2022 08:48 PM
Hello,
I have a catalog item which contains a variable set called "Requested For Details Variables" (backend name: requested_for_details_variables).
I want to access the "Requested for" (backend name: rs_requested_for) variable from this variable set into the workflow to check the user name.
I have tried
current.variables.requested_for_details_variables.rs_requested_for.toString()
current.requested_for_details_variables.rs_requested_for.toString()
But nothing seems to work.
Please help.
Solved! Go to Solution.
- Labels:
-
Service Catalog
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2022 08:53 PM
Hi,
Try current.variables.rs_requested_for or current.variables.rs_requested_for.toString()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2022 08:53 PM
Hi,
Try current.variables.rs_requested_for or current.variables.rs_requested_for.toString()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2022 08:56 PM
Tried this as well. Not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2022 08:59 PM
Is it a multi row variable set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2022 09:01 PM
Yes.