Forum Discussion
QuickBaseJunkie
Qrew Legend
5 years agoHi @Heather Bryant!
I'm not sure if this was your issue, but I posted this in the QB Slack a few weeks ago:
------------------------------
Sharon Faust (QuickBaseJunkie.com)
Founder, Quick Base Junkie
https://quickbasejunkie.com
------------------------------
I'm not sure if this was your issue, but I posted this in the QB Slack a few weeks ago:
FYI I just resolved a Pipeline error that showed up when populating an Address field with another Address field (both from Quick Base) when the field name has a space, such as, "Contact Address". The syntax shows up as
{{c.Contact Address_street_1}}
. The fix is to add an underscore between "Contact" and "Address" directly in the Pipeline (no need to rename the actual field).------------------------------
Sharon Faust (QuickBaseJunkie.com)
Founder, Quick Base Junkie
https://quickbasejunkie.com
------------------------------
MarkShnier__You
Qrew Legend
5 years agoThank you Sharon and Evan.
Wow. That bug really should be fixed. I will put in a ticket.
I was trying to create a QuickBooks Customer when a Quickbase Customer was created.
I encountered a similar error as Heather.
Validation error: Incorrect template "{{a.Billing address_city}}: expected token 'end of print statement'. got 'Address_city"
The solution was to hand edit the code to insert an underscore in place of the space. "{{a.Billing_address_city}}
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Wow. That bug really should be fixed. I will put in a ticket.
I was trying to create a QuickBooks Customer when a Quickbase Customer was created.
I encountered a similar error as Heather.
Validation error: Incorrect template "{{a.Billing address_city}}: expected token 'end of print statement'. got 'Address_city"
The solution was to hand edit the code to insert an underscore in place of the space. "{{a.Billing_address_city}}
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------