Skip to content

Commit 93e361b

Browse files
committed
Adjustments
1 parent 4dfe1c3 commit 93e361b

File tree

2 files changed

+4
-41
lines changed

2 files changed

+4
-41
lines changed

components/airtable_oauth/actions/create-or-update-record/create-or-update-record.mjs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ import commonActions from "../../common/actions.mjs";
44

55
export default {
66
key: "airtable_oauth-create-or-update-record",
7-
name: "Create Single Record Or Update",
8-
description: "Updates a record if `recordId` is provided or adds a record to a table.",
9-
version: "0.0.7",
7+
name: "Create or Update Record",
8+
description: "Create a new record or update an existing one. [See the documentation](https://airtable.com/developers/web/api/create-records)",
9+
version: "0.1.0",
1010
type: "action",
1111
props: {
1212
...common.props,
13-
// eslint-disable-next-line pipedream/props-label,pipedream/props-description
1413
tableId: {
1514
...common.props.tableId,
1615
reloadProps: true,
@@ -27,7 +26,7 @@ export default {
2726
}),
2827
],
2928
optional: true,
30-
description: "Enter a [record ID](https://support.airtable.com/hc/en-us/articles/360051564873-Record-ID) if you want to update an existing record. Leave blank to create a new record.",
29+
description: "To update an existing record, select it from the list or provide its [Record ID](https://support.airtable.com/hc/en-us/articles/360051564873-Record-ID). If left blank, a new record will be created.",
3130
},
3231
typecast: {
3332
propDefinition: [

components/airtable_oauth/actions/create-single-record/create-single-record.mjs

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)