Hi everyone,
This setup has been working for quite a while, but recently one of our users mentioned there was an update, and since then this functionality has stopped working.
Goal
I’m trying to generate a single overview map at the top of the report that displays all points from a repeat (observation_repeat).
Issue
Instead of rendering the map, the report outputs the word:
true
What I’ve Tried
Referencing the repeat field directly:
${observation_repeat.location | map:"" | drawingInfo:"currentLayer" | size:600:800}→ Output: true
2. Adding the Id on the map:
${observation_repeat.location | map:"My ID of map here from arcgis.com" | drawingInfo:"currentLayer" | size:600:800}
Notes
Expected Result
A single map showing all repeat points (overview map before listing individual records)
Actual Result
The word true is rendered instead of a map
My template attached.
Any help would be greatly appreciated.
Thanks!