Hello,
I'm having trouble with a search function, but I believe the trouble stems from the collection and so I need to figure out that issue first. I cannot figure this out. None of the forums and other online searches are yielding sucessful information. I feel like if this issue can be solved, the filter function portion will be much easier.
On screen one I have 4 diffent areas the user can make a choice. 2 are single choice select, 1 is mulitple choice checkboxes, and 1 is single choice checkboxes. I have a "Search" button at the bottom that will create a temporary collection based off the user's choices. The button also navigates to screen 2 where I have a gallery of products that i need to filter based on the user's selections.
My button:

The collection:

The problem is the collection is a table. When I go to filter my gallery it gives an error that I cannot use table in that context to find the values in my gallery.
How do I convert the collection table into values that I can use to filter?
Thanks.