That feature is currently not available on the Supabase node.
But since Supabase uses Postgres, you can connect directly to the database using a Postgres node.
You are gonna have to create a Postgres credential to connect to your supabase database directly.
To do that click the connect button on the top of your Supabase dashboard:
Scroll down to “Transaction pooler” and click “view parameters”
Each source will have a different way of searching them.
If they are also Supabase databases, you just need to create more credentials and use each credential in a separate node.
Just to add to what Solomon is saying, if you have your lookup1 going straight into lookup2 then even with the always output data you won’t get 1 output from lookup2 for each item in lookup1. Example: lookup1 has 5 items but none are in lookup2 then even with always output enabled lookup2 will have just 1 empty item as its output.
The simple fix for that is to add a for each loop between lookup1 and lookup2.
the trick is on you look up node, Always Output Data checked, by doing this, even if the row doesn’t exists will run all the loop. then in the if out of the loop, check if the id from database item exits…