We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df922b8 commit c1b2705Copy full SHA for c1b2705
src/actions/updateSpecificFieldOfRecord.ts
@@ -27,17 +27,17 @@ const actionDefinition: ActionDefinition = {
27
},
28
29
{
30
- key: 'record',
+ key: 'recordId',
31
name: 'Record Identifier',
32
- description: 'Value to replace {record} placeholder in the query',
+ description: 'Value to replace {record_id} placeholder in the query',
33
type: 'string',
34
validation: {
35
required: true,
36
37
38
39
- key: 'updateValue',
40
- name: 'Update Value',
+ key: 'newValue',
+ name: 'New Value',
41
description: 'New value to replace {new_value} placeholder in the query',
42
43
0 commit comments