How to query 2 tables in Flow designer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2024 02:41 PM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2024 02:50 PM
Hi @syedtufailahmed,
Did you mean something like the following?
- Use a Look Up Records action
- Use a For Each Item action and use the Records object from the previous action's output
- Within the For Each Item, add another Look Up Records action
- Use the Record object from Step 2 (For Each action) in lookup condition
Hope that helps, cheers