Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Add Idea for Task List

Topic Labels: Extensions
1197 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Reuben
6 - Interface Innovator
6 - Interface Innovator

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
            }
        }
    ]
}
0 Replies 0