melohagan
melohagan
Docs added: https://docs.budibase.com/docs/webhook
Tested the latest version with SQL Server, MySQL and Postgres. Appears to be sorting numerically as it should.
That's cool! I think then it's the on change feature that's needed so that updating the state updates the fields. The redirect idea was really just another work around for...
Actually, you can't simply use the on change, because the field you're trying to update is in a different screen. The same issue has popped up here: https://github.com/Budibase/budibase/discussions/6181
Another use case here - scroll to top of form when next step is clicked. In this case focusing on the top element of the form step was also desired.
Hey @upccjesse If you click the pencil icon beside the REST query name then you can give the query a sensible name:  ![Screenshot 2022-08-19...
@Rory-Powell I realised that the regex wasn't handling scenarios where there were braces `{}` within strings (double quotes). I removed the regex and did it programmatically because it was starting...
I tried using the form field directly and that does work well. It is for those custom scenarios were it'll be an issue.
Hi @ggs331 I have been able to recreate the bug. I have noticed that there is a difference between handlebars and javascript strings. Perhaps something is going on with encoding...
Okay, I've had a closer look at this. I don't think this specifically is a bug. Tested on version 1.0.198, and using MySQL. **SQL**: `UPDATE sys.Costs SET cost_varchar = 'line1\nline2'...