
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2020 12:04 AM
Hi,
I am new in flow designer i have one requirment created the maintain item that containing a variable location, of type list collector .if user selected the three location ,so three catalog task should be created if four so four task should be created means dynamic flow . so please help me.how it can be possible in flow designer.
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 12:38 AM
First screenshot is from the custom Flow Action you have to build (takes a string and returns an array).
2. Call your custom action "String to Array" with the location variable as string input (unfortunately it didn´t rename it in my flow)
3. Do a for-each on the result from the action (array of sys_ids)
3.1 Do a GlideRecord Lookup for the Location based on the for-each value (sys_id)
3.2 Create the Catalog Task as you want.
If you are not familiar with Flows and Actions, please have a look at the documentation: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flow-designer/concept...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 12:38 AM
First screenshot is from the custom Flow Action you have to build (takes a string and returns an array).
2. Call your custom action "String to Array" with the location variable as string input (unfortunately it didn´t rename it in my flow)
3. Do a for-each on the result from the action (array of sys_ids)
3.1 Do a GlideRecord Lookup for the Location based on the for-each value (sys_id)
3.2 Create the Catalog Task as you want.
If you are not familiar with Flows and Actions, please have a look at the documentation: https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/flow-designer/concept...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 01:40 AM
can you give me ascript of glide record in lookup for the location one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 02:15 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 02:17 AM
My requirment is very urgent i am giving my instance url & id password can you do for me otherwise please provide your instance id & password i will see it. please help me its very urgent.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2020 02:23 AM