Re: Join multiple SQL Tables
I havnt tested this but now im more familiar you should be able to do this:
get rows from 1st table, top count 1.
use compose and get the first ID.
now do the for each on the next table using the compose value as the filter on ID.
This is what i havent tested but it should work some how i think:
Use concat to put the IDs from the for each in a comma seperated string
in the next get rows query - ID in Or( Dynamic content string of comma seperated values ) - youll have to play about with the format, it may be when you create the string have the seperator as: ' or ' so that it formats like '1' or '2' or '3'
when i get a chance ill have a play.