Hello,
Assuming I have a values columns with the letters of the alphabet I can do a filter [Values] IN ("A", "B") and this will give me all rows that are either A or B.
However, if I want this filter to be dynamic and I create a field, "Filter", where all values are a string, ("A", "B"), why doesn't the following filter work: [Values] IN [Filter]
I have attached a workflow with this example.
Thank you!