Hello,
I just created a custom connector. In the connector "Test" area, I receive a Status 200, success:

In the app, I have the following code OnSelect of a button control:
ClearCollect(azureTest, azureMapTimezone.AzureMaps(
"1.0", {query: Location.Latitude & "," & Location.Longitude})
)The query seems to run without error, but returns a blank collection:

Troubleshooting so far:
- Closed/Reopened app
- Removed/Added the connector from Data Sources
- Deleted/Reconnected the connection
- Tried Custom Connector in a brand new app, same result. (thanks @KickingApps!)
- Tried BOTH Chrome and IE (thanks Tricia!)
- Deleted/Recreated the Custom Connector (thanks persistence!)
- Tried every variation of Location.Latitude & "," & Location.Longitude I could think of including:
- LatLong.Text (where the above is placed in a Label control)
- Concatenate(Text(Location.Latitude), , , Text(Location.Longitude) )
What am I missing here?
Thank you