Button Event Formula

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 NULL instead 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?

Could you share a screenshot of the configuration of your actions please?

Hello, i have fixed it, i was deleting the row used by formula before using it, now it works.