I have a list as part of a table (collection in Firebase). Ideally I would like to use this list as both a filter on a listview (straightforward), and then additionally to control the Conditional Visibility of icons related to the list items. This is where I am struggling.
For example, let's say my list is related to days. Each row / document could contain multiple days in the list.
How could I configure Set from Variable to only return items/documents where the list contains Monday?
Set from Variable - Single value from list?
1
6 replies