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
------------------------------
RahulMathew
3 years agoQrew Member
How do we copy an address field like "Project Address" from a table in one app to another table in another app through pipelines? I've been trying all methods but it still isn't working. Need urgent help with this.
I've even tried the using [] brackets as well
{{a['Project Address_project address_project address_project address_street_1']}}
------------------------------
Rahul Mathew
------------------------------