How to query 2 tables in Flow designer

syedtufailahmed
Tera Contributor

I am trying to perform double lookup records in Flow designer, where I am trying to get output from step 1 to be queried in lookup records in step 3. How can I achieve this?

1 REPLY 1

James Chun
Kilo Patron

Hi @syedtufailahmed,

 

Did you mean something like the following?

JamesChun_0-1714081722790.png

 

  1. Use a Look Up Records action
  2. Use a For Each Item action and use the Records object from the previous action's output
  3. Within the For Each Item, add another Look Up Records action
  4. Use the Record object from Step 2 (For Each action) in lookup condition

JamesChun_1-1714081850076.png

 

Hope that helps, cheers