Help with Flow Designer

Ak8977
Tera Expert

Can anyone help me on this

 
I created a catalog item which contains 2 questions from the x table. 
Now based on their selection I need to insert records into the y table.
the following steps I used
Step1- triggered the service catalog
Step2- update the request item
Step3- get catalog variables
Step 4- loop up records from x table
Step 5 - I need to insert records into y table based on look up records.
How I can do the 5 th step
--I used create record action but it only insert single record at a time and the lookup records are grayedout in step5
8 REPLIES 8

@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

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.

Prashant Ahire
Kilo Sage

@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

 

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.