Set Map Extent Not Working in Experience Builder
Added a workflow that works fine in Web App Builder, but fails to do set the map extent in Experience builder


Why is it not working in Experience Builder?
I have set the workflow as an experience builder deployment.
-
Did you ever find a resolution to this question? I'm encountering the same problem.
0 -
I haven't had time to look into it much, since i posted this, but I never found any solution.
0 -
I managed to get it working. It didn't like when I simply used scale. Once I started using extents, it worked just fine.
0 -
Paul Morrison How did you use the extents? I have tried giving it =$query.features, =$query.results, but neither work, and there isn't a specific space to give it an extent in that activity. Do you use different activities?
0 -
For Set Map Extent, I use this for Geometry:
=$getFeatureSetExtent1.extent.expand(1.25)
I'm using a Get Feature Set Extent before I set the map extent.
I also put a “Delay” in between the two functions with a duration “=500” I don't remember why, but it appears to help.0
Please sign in to leave a comment.
Comments
5 comments