Is it true that in the DB Read action you cannot use a variable, e.g. {user:id}, in the join?
LEFT JOIN -> X1.BID = X2.BID AND X2.USER = {user:id}
Is it true that in the DB Read action you cannot use a variable, e.g. {user:id}, in the join?
LEFT JOIN -> X1.BID = X2.BID AND X2.USER = {user:id}
You mean using a variable in the "On" condition ? yes, variables are not supported there but I have added this to the next update
But you can use your condition in the WHERE statement for now, it should work
How can I implement this?
In the join, when I manually enter the user ID, I get 41 results.
In the where, I only get 6.
Presumably the entries that exist in both tables.