- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2022 11:29 PM
Not able to select user record from above action 2 it is showing readonly.
Solved! Go to Solution.
- Labels:
-
Orchestration (ITOM)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2022 12:41 AM
Hi,
possibly you need to convert the string into array
check my blog for that
Using list collector in Flow Designer 'For Each loop' by converting string into array of string
The Get Catalog Variables action returns a list collector as a comma separated string rather than an array. So we cannot use the 'For Each' action directly in your flow.
Resolution: So here is a workaround
- Create a custom flow action that takes list collector value string as the input
- Parse the string into an array
- Then output the array to be used in the For Each Loop.
- Then call this custom action in your flow and then use the output as per your needs
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2022 10:01 PM
Hi Ankur,
we have created a catalog item (Software Maintenance Request) and for this form attached a flow (Create case based on Planned Maintenance).This particular flow will create a "case" once the request has been submitted and sends a notification to the customer.
For sending notification we have attached template for that notification where the template consists of fields mapping to the particular catalog item variables, Along with it in template we also need to add the case number that has been created in the first Action. Can you please look into a below attached screenshots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2022 10:49 PM
Did I answer your original question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2022 02:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2022 04:21 AM
Hi,
Not sure why?
Did you try to logout and login again?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader