Forum Discussion
AngelRodriguez
3 years agoQrew Assistant Captain
This is not mentioned in Pipelines docs, but you'd want to use bracket notation with fields that have a space in them, particularly, an address field. For example:
If you're using a dot (.) to reference a field value in an expression like
{{a.Patient Address_city}}
You should update that by removing the dot and referencing the field in brackets and single quotes, like so:
{{a['Patient Address_city']}}
------------------------------
AR
------------------------------
MarkShnier__You
Qrew Legend
3 years agoSee also this related discussion.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
- AngelRodriguez3 years agoQrew Assistant Captain
Ah, did not see that. Thank you!
------------------------------
AR
------------------------------