I am trying to use the pulldata function to get the x,y coords of a geopoint and set the center of the geopoint in the new survey using the custom url schema in a web map popup. I tested that the fields I created work, showing the lat/long but only after I manually select coords in the new map (desktop) or in mobile it defaults to the GPS and shows those coordinates. So there must be something wrong with my url statement. I've tried center={Lat},{Long} and center =${Lat},${Long} to no avail. I saw something about a string concatenation but I'm thinking that is for like pulling values from a table rather than a pulldata function. THanks for any help you can provide - cob