So i have been using the Mapbox plug in now for about two apps now. I believe I am not a complete novice at it at this point, but please correct me if I’m wrong.
The problem I keep having is that Mapbox has “check if point is in geofence around a marker” action, and essentially this works with a yes/no state for the map. So every time you run this test the map box element flips the state to the current result. My application runs this test on multiple addresses to see if they are at that location, but the problem is that once map box saves a result as “yes” it keeps that state until the test is run again. This messes up my workflows because bubble executes all workflows at the same time in the chain. So even though i have a “check if point is in geofence around a marker” at the start and following workflows with “only when yes” conditions bubble will take the previous result as meeting the condition.
I have spent quite alot of hours trying to debug my workflows with remove all marker commands or refresh page commands, but alas no viable solution. This makes me wonder how hard would it be to add a clear all mapbox states action in the next patch? like an action that forces mapbox “point is in geofence” to default.
Or if anyone has some ideas that would help let me know.