Replies: 2 comments 2 replies
-
Hey @gmentzik As I understand it - if the value cannot be found for that particular handlebars-helper, it will instead substitute it with the handlebars-helper itself, which might explain why you're seeing this error. Please try using the handlebars-helper in a paragraph component to see what it outputs. Your answer might lie within. |
Beta Was this translation helpful? Give feedback.
-
Hi @mikesealey , Indeed the error goes away if I use a paragraph component as value field or in case of date calendar if I set a value at form. So it happens if calendar has no value. BTW: https://docs.budibase.com/docs/custom-queries, still returns 404 page not found. |
Beta Was this translation helpful? Give feedback.
-
Hi Devs,
I am using following Binding to set value at a custom SQL query parameter:
{{ date FilterOfferingsForm.Fields.inv_exempt_req_apr_date_picker "DD-MM-YYYY" }}
This was accepted at Budibase 2.19.5. After updating app to 2.32.8. I am getting the error:
Parameter 'invexemptapprdateAfter' input contains a handlebars binding - this is not allowed.
See also attached image.
If I remove date handlebar function and just keep reference to Calendar date picker form field error goes away. BTW I formatted handlebar this way to make sure query always gets the date in expected format.
Please explain why I am getting this error.
Also the Custom query page link at your documentation take me to 404 error (https://docs.budibase.com/docs/custom-queries). Could you please check it?
Beta Was this translation helpful? Give feedback.
All reactions