I have a survey in AGOL. A map point is generated and the map is visible in Reports via web browser for the generic report.
However, I created a template and added what I think is the appropriate code the template I get an error message
The geopoint collected is
StormWater_Inspections_point
I tried the following
${StormWater_Inspections_point | map}
I get this error message
Error: An error occurred when checking the report template. Failed to parse ${StormWater_Inspections_point | map} since missing required parameter for the drawingInfo method.
I tried this using the map tag url
${_map | drawingInfo:"https://currentLayer"}
Suggestions appreciated