Help with Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 03:49 AM
Can anyone help me on this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 03:54 AM
please use Lookup Records and then use For Each action to iterate and then use Create Record action
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
08-26-2023 11:21 PM
Hello @Ankur Bawiskar ,
I can use lookup records and use for each loop, but the issue is I cannot use the condition in it.
For suppose I need to test the following condition-
there are two questions in the catalog of list collector type country and state.
In the condition it need to fetch from the table - only the records matches those filters need to be look up, which I am unable to do it through data pill picker in flow designer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 04:06 AM
Helllo @Ak8977 ,
you can try adding for each action after your look up records action like below
In this example i looked up incident records and then in for each i just used the pill and added incident records looked up in first step and below for each action you can drag in one more action create record which can create a record in your Y table
Hope this helps
Mark the answer correct if it helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2023 11:22 PM
hello @Mohith Devatte ,
I can use lookup records and use for each loop, but the issue is I cannot use the condition in it.
For suppose I need to test the following condition-
there are two questions in the catalog of list collector type country and state.
In the condition it need to fetch from the table - only the records matches those filters need to be look up, which I am unable to do it through data pill picker in flow designer.