To capture data from any webpage and save to my idea Airtable. You can use the following clip action recipe:
{
"schemaVersion": 3,
"fieldMappings": [
{
"fieldName": "URL",
"fieldType": "url",
"defaultValue": {
"type": "pageUrl",
"opts": null
}
},
{
"fieldName": "Notes",
"fieldType": "multilineText",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "Attachments",
"fieldType": "multipleAttachments",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "Intro",
"fieldType": "singleLineText",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "Status",
"fieldType": "singleSelect",
"defaultValue": {
"type": "none",
"opts": null
}
},
{
"fieldName": "Type",
"fieldType": "singleSelect",
"defaultValue": {
"type": "none",
"opts": null
}
}
]
}