Adding multiple records in flow designer

Maharshi Chatte
Kilo Guru

Hi,

I want all the records that are there in a custom table 1 when a record is created in custom table 2 and then add the records from table 1 to table 2 for the new record created in table 2. What action I should do in flow designer to achieve this? thought of using lookup action in flow designer but it returns only 1 value.

Regards,

Maharshi Chatterjee

1 ACCEPTED SOLUTION

Anil Lande
Kilo Patron

Hi,

You have to use lookup records, it will return multiple records:

find_real_file.png

After that use for each flow logic to process all records.

find_real_file.png

 

Thanks,
Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

3 REPLIES 3

Anil Lande
Kilo Patron

Hi,

You have to use lookup records, it will return multiple records:

find_real_file.png

After that use for each flow logic to process all records.

find_real_file.png

 

Thanks,
Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

sidkak
Tera Contributor

Have tried the same but the system only takes the first record and created 3 records in the target table same as the 1st record in the source table.

sidkak
Tera Contributor

Have tried the same but the system only takes the first record and created 3 records in the target table same as the 1st record in the source table. find_real_file.png