Looker Actions - Default value

Ryan_PS
Participant III

I’ve been trying to setup a default value for my Looker action. It’s to get a fixed string:

"fields": [
{
"name": "comment",
"label": "Comment",
"type": "text",
"required": false,
"text_value": "default"
},

Which produces the value as expected:

478ef9ba-0c81-4384-91a5-2e1e05adf233.png

But I was wondering–is it possible to set the existing value for a given row? (it’d be dynamic rather than fixed)

Existing Looker documentation: 

https://docs.looker.com/reference/field-params/action

https://docs.looker.com/sharing-and-publishing/action-hub

0 0 53