We created a simple Survey123 web form with Geopoint information to report fence breaks. Once a report has been made, we have configured Geoevent to send an email to notify the submittal. The workflow works great, except to send the Geopoint information (Lat/Long/Web) in the email.
We are using the code below in the message box of the Geoevent Output connector.
${location|getValue:"x"}
${location|getValue:"y"}
The X and Y is blank in the email notification. Please advise.