Hi
I have two tables imported from Firebase (Conexões1 and Cadastro geral1).
In the Data variables part I’m trying to perform a Filter condition. I need to filter information from the Cadastro geral1 table. Use only the items in the ID Column, which are the same as the items in the Conect2 colum of the Conexões1 table.
I tried to do it by these 2 methods, but with no success:
Bound to : formula - INTERSECTION(data[“Cadastro geral1”][0].ID, data[“Conexões1”][0].Conect2)
Or
Bound to : Object with properties
What’s the best way to go about doing this?
Many thanks.