Skip to main content
Nintex Community Menu Bar
Question

Lightning Component Static Google Map

  • July 9, 2024
  • 2 replies
  • 9 views

Forum|alt.badge.img+14

I am using the google static map.  My path to the address fields are quite long and there are 2 many variables to test it.  If someone can get the field correctly defined to my zip code I can figure out the rest.

My zip code field name is “Zip_Code__c”
The model name is “Location_CR_Email_DNA”

So suspect it looks something like this:

{{$Model.Location_CR_Email_DNA.CR_Email_DNA__c.Contact_Record__r.CR_Member_DNA__r.Location__r.data.0.Zip_Code__c}}

Here is an image of the path:
6bc92835cc8c24ba18af5a315564f007cc888205.jpg

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+13

Here’s my guess:

{{$Model.Location_CR_Email_DNA.data.0.Contact_Record__r.CR_Member_DNA__r.Location__r.Zip_Code__c}}


Forum|alt.badge.img+14
  • Author
  • July 9, 2024

Thank you.