how can we get value of variable set from the workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2024 03:44 AM
How to get the value from variable set in the workflow so that the catalog task which is getting created gets assigned to particular assignment groups based on the variable set values.
as per the variables set values catalog task should be assigned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2024 03:52 AM
Hi,
You should be able to access them using below
current.variables.<variablename>;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2024 05:12 AM
Variable set holds multiple values, user can select multiple values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2024 05:18 AM
I might be missing something.
Variable set is a collection of variables, you will have to read one individually to get the value. Is this not what you want to do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2024 05:28 AM
What I mean is the in the form user needs to select hardware so we have defined variable set to select the hardware and the quantity of hardware, user can select multiple hardwares like headset, monitor, printer and the quantities. So based on this selection task ticket should get created and assigned to particular group based on hardware selection