Fields were checked off, everything was correct...
...except for the fact that there are two sets of lat/lon fields and when I double-checked the indicator field (what I put on to...
So in looking at the source, it appears it's sending the named tokens, not the values. Is this because I'm not escaping the $?
<img src=3D"https://maps.googleapis.com/maps/api/sta...
This is the URL, how can I see what is sent off with the tokens formatted?
<img src="https://maps.googleapis.com/maps/api/staticmap?center=${OpportunityList.get(0).Latitude},${Opp...
My bad, I know that they provide the proper lat/lon as the formatting is required.
The result of the image is blank, this is the response from the link:
{"message":"Page Not Found...
Hi there,
So I'm more versed in Excel, so that's how I'll explain what I'm trying to do. I have a data set on a contact level that contains several items based off zip code. My op...
@Jo_Pitts1@SanfordWhitemanFollow-up question - My contacts have lat/lon, and I'm trying to update the map to include the lat/lon based on a token. I know the values paste appropria...
Hey@Jo_Pitts1,
My requests will come in lower, so I think the static is a viable option.I've gotten the webhook for the static service setup, as well as my Maps API. The only thin...