Hello,
I’m having trouble updating a field using a button event in Baserow.
- When I try using an HTTP Request, it fails with a “Bad JSON Format” error.
- When I use Update Row, it updates the field with
NULLinstead of the expected value.
I’m trying to update a field using a formula field value as the source.
Example:
{
"Field": [Link to formula field variable]
}
Any idea how to properly reference the formula field in the update?