Hi, I have an app for finding skateparks. I’m trying to use a repeating group with checkboxes to update the displayed map markers.
My issue involves two data types: “skateparks” and “obstacles”. Data type “skatepark” has a field for obstacles, and this field is a list. The repeating group displays a check box in each cell with each obstacle’s name. When the user marks a checkbox it updates the repeating group, and the repeating group produces a corresponding list of obstacles.
I have workflow set up to update the map’s display. When a checkbox is marked the app does a search for skateparks, and then I want to compare each skatepark’s list of obstacles against the list of obstacles produced by the repeating group, and display any skateparks that match the obstacle list from the repeating group.
I must be missing something very obvious here, and totally skewing my brain because from my perspective I have all my fields set correctly: I’m doing a search for data type skatepark, and filtering the results by checking a field that is a list of obstacles, against the current list of obstacles produced by a repeating group.
I attached two workflow configurations that prove either I’m totally skewed, or something isn’t working right. Either way, any help is for sure appreciated homies.