Geopoints
For geopoint questions, expressions can be used to display the latitude or longitude values from the question.
${location|getValue:"x"}
${location|getValue:"y"}
It isn't possible to display both values with one expression; if both values are needed, both expressions must be used.
Geopoint questions can also support setting the web map item ID and map scale as optional parameters by preceding the values with mapSettings:.
${location|mapSettings:"10df2279f9684e4a9f6a7f08febac2a9":264800}
Leaving either of these values as an empty string will use the default, allowing you to define a web map or map scale without defining the other.
If a geopoint question is not part of your survey, or you're creating reports for feature services without an associated survey, the geometry of a question can still be returned using the ${$shape} placeholder. This can also be used to return the geometry of polyline and polygon features.