Hello,
Does anyone know if it's possible to use the filter array action with the result of an select?
I was planning to do the following:
Get data from table A.
Get data from table B
Use the select to get the numbers from a specific column (table B)
Use intersection() of the select with itself to remove duplicates.
Use filter array to filter the items from table A by the result of the intersection.