This action will update an entry on your Ragic sheet.
- API endpoint slug
- ragic.update_action
- Filter code method
- Ragic.updateAction.skip(string?: reason)
- Runtime method
- runAction("ragic.update_action", {})
Action fields
- Label
- Ragic Sheet
- Helper text
- Select A Ragic Sheet
- Slug
- formPath
- Required
- true
- Can have default value
- false
- 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)
- 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)
- 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)