{{ contact.full_address }} is a standard field yet their is no custom field that shows this standard field in the CRM. For whatever reason it's a hidden field that you can use in sms/emails etc yet you can't see it when you go to settings -> Custom Fields. This field merges the street address, city, state and zip code. However, I would like to display the full address in one line, not all separated out in the contacts. Also, the bug is if a change occurs to city, state or zip code it does not recognize that the {{ contact.full_address }} has also changed. It only edits the standard field of city, state, zip etc. I am trying to use the full address to pull into google sheets, as people fill out a form right now to input contact address but it may be edited in the system and the google sheet pulls the full address so trying to update the full address is an issue. Even worse the workflow for Contact Changed as an action does not even have the standard fields for full address, address1, city, state etc. So to create a work around I had to do a custom field that is Full address. Kinda funny as well, I could create a custom field that is exactly {{ contact.full_address }} since the system doesn't recognize it in the settings side of things. This way I can use the workflow for contact changed custom field full address. Now I can display the full address in the contact and if the address needs updated we update the custom field. Just kind of sucks to have to do a work around for something as basic as the contacts full address. Can we get the standard field full address displayed in the settings and could we get that standard field to be used in the contact UI instead of all separated taking up a bunch of space. Also adding it to the workflow triggers would be great.