- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2025 08:00 AM
I have a catalog item which has a custom flow created in Flow Designer, and there is a "Create Task" action within the flow. What do I have to do within that action so that the variables section that appears in the RITM shown below, also appears in the Task? This is an existing workflow and it's being viewed as a defect that the Variables section is missing in the Task, Do I need to use the action "Create Catalog Task" instead of "Create Task" for this to work? Please provide details, and maybe add a screenshot if it will help. Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2025 08:29 AM
@Mike LHCG1 To get the variable section you need to use "Create Catalog Task" step in flow. This step will create mapping between catalog task and variables in "sc_item_variables_task" table. Then variable editor will fetch value from this table.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2025 08:29 AM
@Mike LHCG1 To get the variable section you need to use "Create Catalog Task" step in flow. This step will create mapping between catalog task and variables in "sc_item_variables_task" table. Then variable editor will fetch value from this table.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2025 11:54 AM
Thanks Sandeep. It worked great!