Hi! 🙂
I need some syntax help please...
There are two lists - 'Scenarios' and 'Tools'. The scenarios list includes choice fields that are represented as dropdown menus within the app. The user filters the data based upon the first 3 columns and the result is 1 item from the 'Scenarios' list.
The second list 'Tools' is shown as a Gallery in the app, and should be filtered based upon the 'Scenarios' list in such a way that all those 'Tools' list items should be shown where the Product Name is in the 'Scenarios' result.

My Problem:
The 'Scenarios' Product name field is a choice column allowing for multiple selections... So in the collection the 'Scenarios result' shows [object Object] as below. I cannot work out how to filter the 'Tools' list from this?


I considered creating a variable that creates a string from all the resulting values, and then filtering 'Tools' list by whether the Tools product name is included in that string. But again, I could not work out the syntax to do that..
Any help would be greatly appreciated!!! 