Hello,
I have a Gallery based on a source A.
I am looking to filter this Gallery for all the results coming from another Filter on SourceB.
Something like:
Filter(Source A, ContentId=Filter(SourceB,LinkedId="asda1231312fsdt4565464").ContentId)
I tried with Lookup but it returns only one row, hence getting 1 result. There could be multiple rows from Filter on Source B and I want to show corresponding results from Source A.
Currently getting incompatible types error, which I understand, but not able to figure out how to pass all the values from Source B Filter into Source A Filter.
Any suggestions?
Thanks,
Vaibhav