Explore Plans
Mobile menu Close menu
RagicRagic

Update Entry

This action will update an entry on your Ragic sheet.

Developer info

API endpoint slug
ragic.update_action
Filter code method
Ragic.updateAction.skip(string?: reason)
Runtime method
runAction("ragic.update_action", {})

Action fields

Form path Dropdown list

Label
Ragic Sheet
Helper text
Select A Ragic Sheet
Slug
formPath
Required
true
Can have default value
false

Data Text input > Other

Label
Data
Helper text
JSON data Document Link
Slug
data
Required
true
Can have default value
true
Filter code method
Ragic.updateAction.setData(string: data)

Key field Text input > Other

Label
Key Field
Helper text
A field with unique value is preferred
Slug
key_field
Required
true
Can have default value
true
Filter code method
Ragic.updateAction.setKeyField(string: keyField)

Keyword Text input > Other

Label
Keyword
Helper text
Ragic will search the keyword in the key field to get the entry that you want to update.
Slug
keyword
Required
true
Can have default value
true
Filter code method
Ragic.updateAction.setKeyword(string: keyword)