I've developed an XLSForm to calculate coordinates for a remote location using the current location, bearing, and distance. Can I use the calculated coordinates for the remote location to create a new geopoint that will display on a map? I've tried calculating the new geopoint using concat(${remote_lat},',',${remote_lon}) but get an error message.
Is what I'm trying to do simply not supported?
Thanks for any help.