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-27-2023 04:16 AM
@Ak8977 - If you want to apply conditions, you should add in look up records actions. and then use for each and created records.
Another way.......
use Do following & until actions. it would run loop like for loop or while loop. Within those loops, you can put another conditions and create records as well.
Please don't forget to mark this helpful.
Thank You,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2023 05:25 AM
hello @Rajesh_Bhise ,
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.
if script need to be used in the condition, how i can write it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2023 04:58 AM
@Ak8977 ,
You need to use the 'for each' action and then 'Create record' Action and select the table on which you want to create the record.
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:24 PM
Hello @Prashant Ahire
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.
if script need to be used in the condition, how i can write it.