I have a point feature layer called "Plants" with a "Regions" field that contains a comma separated string of regions those plant species are found in (e.g. "Central Plains, Rocky Mountains, Coast Range").
I also have a polygon feature layer called "Regions" that contains the regions themselves and the names in the "RegionName" field.
Using Experience Builder, is there a way the user can click on a specific Region, and the Plants list is filtered based on whether that region's name is present in the list in the "Regions" field?
I understand that I'm able to set up a map action with a trigger/action connection based on a field in each layer, but this won't work since my fields are not identical (the regions layer just has the region name, whereas the plants layer has a list of region names), so I would need to implement a filter that uses a "contains" operator.
Is there any functionality like this in Experience Builder or any known workarounds?
Many thanks