Action Button Info

Ok, but where do I tell what info the Action button will use to update that row?

I actually created a new thread asking help for it, as I bumped by head on the wall several times yesterday…

here, so I won´t fill this already solved thread with help for a different problem.,

Thanks, good idea to continue in a separate thread. I responded there.

Hi I’m having the same issue. I’ve simply copy-pasted the Duplicate Row action button code from the online example, and edited it to copy one field from my table into a new row.
I’m pretty sure I’ve set the widget up correctly, yet it refuses to show me a button.

image

image

And finally my formula:

}
  "button":"Duplicate",
  "description":"Duplicate record " + $test,
  "actions":[
    ["AddRecord", "Quotes", None, {"test":$test}]
   ]
}

I’m self hosting and am on the latest release, is there some docker environment variable I need to set perhaps? Short of that, I have no clue why this shouldn’t work the way I have it set up. But I’m probably overlooking something really obvious :sweat_smile:

Hello,
I use an ActionButton with UpdateRecord. I want to delete information in a specific cell of a Reference column. It works to assign a new value but a None value does not work. How to? I tried None, 0, “”, [ ], {}.