I created a survey using Survey123. For the address field, I tried to combine the address and city from the geopoint values.
pulldata("@geopoint", ${location}, "reversegeocode.address.Address")+", "+pulldata("@geopoint", ${location}, "reversegeocode.address.City")
It works pretty well in Survey123 Connect.
However, when I use the same survey in Experience Builder, it only shows the city name. I wonder why this is happening.