We have created a flow to query a table and email rows if expiry date is passed, this works. However, one of the key fields in the table is an ID which links to a full name in another table. We can get the rows from this table. Is there a way to combine or join the two tables or can we lookup a value in the second table from the ID in the first. What is the correct approach to solve the problem?
Many thanks.