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 8aa0a5a commit e705d77Copy full SHA for e705d77
components/attio/actions/get-record/get-record.mjs
@@ -15,10 +15,9 @@ export default {
15
],
16
},
17
recordId: {
18
- recordId: {
19
- label: "Record ID",
20
- description: "The identifier of the record to retrieve.",
21
- },
+ type: "string",
+ label: "Record ID",
+ description: "The identifier of the record to retrieve.",
22
propDefinition: [
23
attio,
24
"recordId",
0 commit comments