Help

Add Idea for Task List

Topic Labels: Extensions
892 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