- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2020 03:05 PM
Hi All,
I have a flow for service catalog to create a user record in sys_table . Can anyone please to access the variable "employee id" in sc_task. The submitter won't be able to give the input for the variable while submitting the requester detail.
Here assignment group will give input for employee id in catalog task .I need to map employee id variable of sc_task to my employee id field of sys_user table.I used f(x) and tried calling the task variable.
PFB the screenshot of the flow . Thanks in advance!!!!
Solved! Go to Solution.
- Labels:
-
flow designer
-
Service Catalog

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2020 04:30 PM
My bad. Looking at the screenshot, "Employee ID" seems to be a variable in a custom form instead of a field in the sc_task table.
Use "Get Catalog Variables" action to get fields in the form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2020 03:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2020 04:11 PM
Hi Hitoshi,
Thanks for replying. Employee id is a variable in sc_task .PFA the screenshot for your reference. For now I am not able to dotwalkin to variables of sc_task in flow designer using inline script f(x).I also added a lookup step for task after my catalog task creation. But no luck.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2020 04:30 PM
My bad. Looking at the screenshot, "Employee ID" seems to be a variable in a custom form instead of a field in the sc_task table.
Use "Get Catalog Variables" action to get fields in the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2020 03:15 AM