- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2024 01:50 AM
hi. i want to pass Assignment Group into a subflow to be used in Create Catalog Task action. so i have declared input below as reference.
then i used that input to set the Assignment Group for the catalog task. however once i tested it, the assignment group is empty. any idea why? in the execution, seems like the value is there
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 10:31 PM
hi. i didnt do exactly as per your suggestion as it didnt work. but it gave me an idea.
i added a lookup record action in the flow to lookup the subflow input = assignment group in table.
and reuse the value in the catalog task.
thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2024 03:54 AM
where's the code to set the short description
please share that
The input is passed correctly to subflow
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2024 06:46 PM
hi! unfortunately short description is sensitive information, there's no issue with this field. only issue with the assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2024 07:58 PM
did you check the subflow context the input was passed correctly?
Seems the input type in your subflow is GlideRecord reference and you are passing sysId to that subflow
Do this
1) change the input type to string and pass the sysId
2) then set this in catalog task Assignment group field
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2024 08:38 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader