{
    "name": "DEMO - Competitor App Research",
    "flow": [
        {
            "id": 9,
            "module": "airtable:TriggerWatchRecords",
            "version": 3,
            "parameters": {
                "base": "appRc70dFyfZw6AXu",
                "view": "",
                "table": "tbl0cc2SSzeKmJtky",
                "config": {
                    "labelField": "App Name & Platform",
                    "triggerField": "Last Modified"
                },
                "formula": "",
                "maxRecords": 10,
                "__IMTCONN__": 2958471,
                "useColumnId": false
            },
            "mapper": {},
            "metadata": {
                "designer": {
                    "x": 0,
                    "y": 150
                },
                "restore": {
                    "parameters": {
                        "base": {
                            "label": "App Review Comparison"
                        },
                        "view": {
                            "label": "Empty"
                        },
                        "table": {
                            "label": "Inputs"
                        },
                        "config": {
                            "nested": {
                                "labelField": {
                                    "label": "App Name & Platform"
                                },
                                "triggerField": {
                                    "label": "Last Modified"
                                }
                            }
                        },
                        "__IMTCONN__": {
                            "data": {
                                "scoped": "true",
                                "connection": "airtable3"
                            },
                            "label": "My Airtable OAuth connection (User ID: usrppndXKotBtz0A4)"
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "__IMTCONN__",
                        "type": "account:airtable3,airtable2",
                        "label": "Connection",
                        "required": true
                    },
                    {
                        "name": "base",
                        "type": "select",
                        "label": "Base",
                        "required": true
                    },
                    {
                        "name": "useColumnId",
                        "type": "boolean",
                        "label": "Use Column ID",
                        "required": true
                    },
                    {
                        "name": "table",
                        "type": "select",
                        "label": "Table",
                        "required": true
                    },
                    {
                        "name": "config",
                        "spec": [
                            {
                                "name": "triggerField",
                                "type": "select",
                                "label": "Trigger field",
                                "required": true
                            },
                            {
                                "name": "triggerField",
                                "type": "hidden"
                            },
                            {
                                "name": "labelField",
                                "type": "select",
                                "label": "Label field",
                                "required": true
                            }
                        ],
                        "type": "collection",
                        "label": "Trigger configuration"
                    },
                    {
                        "name": "maxRecords",
                        "type": "integer",
                        "label": "Limit",
                        "required": true
                    },
                    {
                        "name": "view",
                        "type": "select",
                        "label": "View"
                    },
                    {
                        "name": "formula",
                        "type": "text",
                        "label": "Formula"
                    }
                ],
                "interface": [
                    {
                        "name": "id",
                        "type": "text",
                        "label": "ID"
                    },
                    {
                        "name": "createdTime",
                        "type": "date",
                        "label": "Created Time"
                    },
                    {
                        "name": "App Name",
                        "type": "text",
                        "label": "App Name",
                        "multiline": true
                    },
                    {
                        "name": "Link",
                        "type": "text",
                        "label": "Link",
                        "multiline": true
                    },
                    {
                        "name": "Platform",
                        "type": "text",
                        "label": "Platform"
                    },
                    {
                        "name": "App ID",
                        "type": "text",
                        "label": "App ID"
                    },
                    {
                        "name": "Created",
                        "type": "date",
                        "label": "Created"
                    },
                    {
                        "name": "Last Modified",
                        "type": "date",
                        "label": "Last Modified"
                    },
                    {
                        "name": "App Name & Platform",
                        "type": "text",
                        "label": "App Name & Platform"
                    },
                    {
                        "name": "Outputs",
                        "spec": {
                            "label": "Record ID"
                        },
                        "type": "array",
                        "label": "Outputs"
                    }
                ]
            }
        },
        {
            "id": 12,
            "module": "builtin:BasicRouter",
            "version": 1,
            "mapper": null,
            "metadata": {
                "designer": {
                    "x": 600,
                    "y": 150
                }
            },
            "routes": [
                {
                    "flow": [
                        {
                            "id": 2,
                            "module": "http:ActionSendData",
                            "version": 3,
                            "parameters": {
                                "handleErrors": true,
                                "useNewZLibDeCompress": true
                            },
                            "filter": {
                                "name": "iOS",
                                "conditions": [
                                    [
                                        {
                                            "a": "{{9.Platform}}",
                                            "b": "iOS",
                                            "o": "text:equal"
                                        }
                                    ]
                                ]
                            },
                            "mapper": {
                                "ca": "",
                                "qs": [],
                                "url": "https://api.app.outscraper.com/appstore/reviews?query={{9.Link}}&limit=5&sort=mostrecent&async=false",
                                "gzip": true,
                                "method": "get",
                                "headers": [
                                    {
                                        "name": "X-API-KEY",
                                        "value": "{{3.`X-API-KEY`}}"
                                    }
                                ],
                                "timeout": "",
                                "useMtls": false,
                                "authPass": "",
                                "authUser": "",
                                "bodyType": "",
                                "serializeUrl": false,
                                "shareCookies": false,
                                "parseResponse": false,
                                "followRedirect": true,
                                "useQuerystring": false,
                                "followAllRedirects": false,
                                "rejectUnauthorized": true
                            },
                            "metadata": {
                                "designer": {
                                    "x": 900,
                                    "y": 0,
                                    "name": "iOS - Outscraper",
                                    "messages": [
                                        {
                                            "category": "reference",
                                            "severity": "warning",
                                            "message": "Referenced module 'Tools - Set variable' [3] is not accessible."
                                        }
                                    ]
                                },
                                "restore": {
                                    "expect": {
                                        "qs": {
                                            "mode": "chose"
                                        },
                                        "method": {
                                            "mode": "chose",
                                            "label": "GET"
                                        },
                                        "headers": {
                                            "mode": "chose",
                                            "items": [
                                                null
                                            ]
                                        },
                                        "bodyType": {
                                            "label": "Empty"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "handleErrors",
                                        "type": "boolean",
                                        "label": "Evaluate all states as errors (except for 2xx and 3xx )",
                                        "required": true
                                    },
                                    {
                                        "name": "useNewZLibDeCompress",
                                        "type": "hidden"
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "url",
                                        "type": "url",
                                        "label": "URL",
                                        "required": true
                                    },
                                    {
                                        "name": "serializeUrl",
                                        "type": "boolean",
                                        "label": "Serialize URL",
                                        "required": true
                                    },
                                    {
                                        "name": "method",
                                        "type": "select",
                                        "label": "Method",
                                        "required": true,
                                        "validate": {
                                            "enum": [
                                                "get",
                                                "head",
                                                "post",
                                                "put",
                                                "patch",
                                                "delete",
                                                "options"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "headers",
                                        "spec": [
                                            {
                                                "name": "name",
                                                "type": "text",
                                                "label": "Name",
                                                "required": true
                                            },
                                            {
                                                "name": "value",
                                                "type": "text",
                                                "label": "Value"
                                            }
                                        ],
                                        "type": "array",
                                        "label": "Headers"
                                    },
                                    {
                                        "name": "qs",
                                        "spec": [
                                            {
                                                "name": "name",
                                                "type": "text",
                                                "label": "Name",
                                                "required": true
                                            },
                                            {
                                                "name": "value",
                                                "type": "text",
                                                "label": "Value"
                                            }
                                        ],
                                        "type": "array",
                                        "label": "Query String"
                                    },
                                    {
                                        "name": "bodyType",
                                        "type": "select",
                                        "label": "Body type",
                                        "validate": {
                                            "enum": [
                                                "raw",
                                                "x_www_form_urlencoded",
                                                "multipart_form_data"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "parseResponse",
                                        "type": "boolean",
                                        "label": "Parse response",
                                        "required": true
                                    },
                                    {
                                        "name": "authUser",
                                        "type": "text",
                                        "label": "User name"
                                    },
                                    {
                                        "name": "authPass",
                                        "type": "password",
                                        "label": "Password"
                                    },
                                    {
                                        "name": "timeout",
                                        "type": "uinteger",
                                        "label": "Timeout",
                                        "validate": {
                                            "max": 300,
                                            "min": 1
                                        }
                                    },
                                    {
                                        "name": "shareCookies",
                                        "type": "boolean",
                                        "label": "Share cookies with other HTTP modules",
                                        "required": true
                                    },
                                    {
                                        "name": "ca",
                                        "type": "cert",
                                        "label": "Self-signed certificate"
                                    },
                                    {
                                        "name": "rejectUnauthorized",
                                        "type": "boolean",
                                        "label": "Reject connections that are using unverified (self-signed) certificates",
                                        "required": true
                                    },
                                    {
                                        "name": "followRedirect",
                                        "type": "boolean",
                                        "label": "Follow redirect",
                                        "required": true
                                    },
                                    {
                                        "name": "useQuerystring",
                                        "type": "boolean",
                                        "label": "Disable serialization of multiple same query string keys as arrays",
                                        "required": true
                                    },
                                    {
                                        "name": "gzip",
                                        "type": "boolean",
                                        "label": "Request compressed content",
                                        "required": true
                                    },
                                    {
                                        "name": "useMtls",
                                        "type": "boolean",
                                        "label": "Use Mutual TLS",
                                        "required": true
                                    },
                                    {
                                        "name": "followAllRedirects",
                                        "type": "boolean",
                                        "label": "Follow all redirect",
                                        "required": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 4,
                            "module": "json:ParseJSON",
                            "version": 1,
                            "parameters": {
                                "type": ""
                            },
                            "mapper": {
                                "json": "{{2.data}}"
                            },
                            "metadata": {
                                "designer": {
                                    "x": 1200,
                                    "y": 0
                                },
                                "restore": {
                                    "parameters": {
                                        "type": {
                                            "label": "Choose a data structure"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "type",
                                        "type": "udt",
                                        "label": "Data structure"
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "json",
                                        "type": "text",
                                        "label": "JSON string",
                                        "required": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 6,
                            "module": "builtin:BasicFeeder",
                            "version": 1,
                            "parameters": {},
                            "mapper": {
                                "array": "{{4.data[]}}"
                            },
                            "metadata": {
                                "designer": {
                                    "x": 1500,
                                    "y": 0
                                },
                                "restore": {
                                    "expect": {
                                        "array": {
                                            "mode": "edit"
                                        }
                                    }
                                },
                                "expect": [
                                    {
                                        "mode": "edit",
                                        "name": "array",
                                        "spec": [],
                                        "type": "array",
                                        "label": "Array"
                                    }
                                ]
                            }
                        },
                        {
                            "id": 7,
                            "module": "openai-gpt-3:CreateCompletion",
                            "version": 1,
                            "parameters": {
                                "__IMTCONN__": 2903123
                            },
                            "mapper": {
                                "model": "gpt-4o-2024-08-06",
                                "top_p": "1",
                                "select": "chat",
                                "messages": [
                                    {
                                        "role": "system",
                                        "content": "You will receive an app review and the name of the app. Your task is to analyse the sentiment and categorise the issue in the review and provide a short summary. \n\nPlease categorise the issue as one of the following: \"Poor App Experience\", \"Customer Service\", \"Price\", or \"Other\". If the sentiment is positive, categorise the customer as \"Happy Customer\".\n\nOutput the result as a JSON bundle with the following consistent structure:\n\n\"review_summary\": (the text of the review)\n\"sentiment\": (either \"Positive\" or \"Negative\")\n\"category\": (one of the predefined categories or \"Happy Customer\" if positive)\n\nHere’s an example:\n\n{\n  \"id\": \"review12345\",\n  \"review_summary\": \"The app is too slow and crashes often.\",\n  \"sentiment\": \"Negative\",\n  \"category\": \"Poor App Experience\"\n}"
                                    },
                                    {
                                        "role": "user",
                                        "content": "Review Title: {{6.review_title}}\nReview body: {{6.review_text}}"
                                    }
                                ],
                                "max_tokens": "1000",
                                "temperature": "0.7",
                                "n_completions": "1",
                                "response_format": "json_object",
                                "parseJSONResponse": false
                            },
                            "metadata": {
                                "designer": {
                                    "x": 1800,
                                    "y": 0,
                                    "name": "Classify Reviews"
                                },
                                "restore": {
                                    "expect": {
                                        "stop": {
                                            "mode": "chose"
                                        },
                                        "model": {
                                            "mode": "chose",
                                            "label": "gpt-4o-2024-08-06 (system)"
                                        },
                                        "select": {
                                            "label": "Create a Chat Completion (GPT Models)"
                                        },
                                        "messages": {
                                            "mode": "chose",
                                            "items": [
                                                {
                                                    "role": {
                                                        "mode": "chose",
                                                        "label": "System"
                                                    }
                                                },
                                                {
                                                    "role": {
                                                        "mode": "chose",
                                                        "label": "User"
                                                    }
                                                }
                                            ]
                                        },
                                        "logit_bias": {
                                            "mode": "chose"
                                        },
                                        "response_format": {
                                            "mode": "chose",
                                            "label": "JSON Object"
                                        },
                                        "parseJSONResponse": {
                                            "mode": "chose"
                                        },
                                        "additionalParameters": {
                                            "mode": "chose"
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "openai-gpt-3"
                                            },
                                            "label": "My OpenAI connection"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:openai-gpt-3",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "select",
                                        "type": "select",
                                        "label": "Select Method",
                                        "required": true,
                                        "validate": {
                                            "enum": [
                                                "chat",
                                                "prompt"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "max_tokens",
                                        "type": "number",
                                        "label": "Max Tokens",
                                        "required": true
                                    },
                                    {
                                        "name": "temperature",
                                        "type": "number",
                                        "label": "Temperature",
                                        "validate": {
                                            "max": 2,
                                            "min": 0
                                        }
                                    },
                                    {
                                        "name": "top_p",
                                        "type": "number",
                                        "label": "Top P",
                                        "validate": {
                                            "max": 1,
                                            "min": 0
                                        }
                                    },
                                    {
                                        "name": "n_completions",
                                        "type": "number",
                                        "label": "Number"
                                    },
                                    {
                                        "name": "frequency_penalty",
                                        "type": "number",
                                        "label": "Frequency Penalty",
                                        "validate": {
                                            "max": 2,
                                            "min": -2
                                        }
                                    },
                                    {
                                        "name": "presence_penalty",
                                        "type": "number",
                                        "label": "Presence Penalty",
                                        "validate": {
                                            "max": 2,
                                            "min": -2
                                        }
                                    },
                                    {
                                        "name": "logit_bias",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "token",
                                                    "type": "text",
                                                    "label": "Token ID",
                                                    "required": true
                                                },
                                                {
                                                    "name": "probability",
                                                    "type": "number",
                                                    "label": "Probability",
                                                    "required": true,
                                                    "validate": {
                                                        "max": 100,
                                                        "min": -100
                                                    }
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Token Probability"
                                        },
                                        "type": "array",
                                        "label": "Token Probability"
                                    },
                                    {
                                        "name": "response_format",
                                        "type": "select",
                                        "label": "Response Format",
                                        "validate": {
                                            "enum": [
                                                "text",
                                                "json_object"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "seed",
                                        "type": "integer",
                                        "label": "Seed"
                                    },
                                    {
                                        "name": "stop",
                                        "spec": {
                                            "name": "value",
                                            "type": "text",
                                            "label": "Stop Sequence"
                                        },
                                        "type": "array",
                                        "label": "Stop Sequences",
                                        "validate": {
                                            "maxItems": 4
                                        }
                                    },
                                    {
                                        "name": "additionalParameters",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "key",
                                                    "type": "text",
                                                    "label": "Parameter Name",
                                                    "required": true
                                                },
                                                {
                                                    "name": "type",
                                                    "type": "select",
                                                    "label": "Input Type",
                                                    "options": [
                                                        {
                                                            "label": "Text",
                                                            "value": "text",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "text",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ],
                                                            "default": true
                                                        },
                                                        {
                                                            "label": "Number",
                                                            "value": "number",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "number",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Boolean",
                                                            "value": "boolean",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "boolean",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Date",
                                                            "value": "date",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "date",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Any",
                                                            "value": "any",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "any",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Input Parameter"
                                        },
                                        "type": "array",
                                        "label": "Other Input Parameters"
                                    },
                                    {
                                        "name": "model",
                                        "type": "select",
                                        "label": "Model",
                                        "required": true
                                    },
                                    {
                                        "name": "messages",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "role",
                                                    "type": "select",
                                                    "label": "Role",
                                                    "options": [
                                                        {
                                                            "label": "System",
                                                            "value": "system"
                                                        },
                                                        {
                                                            "label": "User",
                                                            "value": "user"
                                                        },
                                                        {
                                                            "label": "Assistant",
                                                            "value": "assistant"
                                                        }
                                                    ],
                                                    "required": true
                                                },
                                                {
                                                    "name": "content",
                                                    "type": "text",
                                                    "label": "Message Content"
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Message"
                                        },
                                        "type": "array",
                                        "label": "Messages",
                                        "required": true
                                    },
                                    {
                                        "name": "parseJSONResponse",
                                        "type": "boolean",
                                        "label": "Parse JSON Response",
                                        "required": true
                                    }
                                ],
                                "advanced": true
                            }
                        },
                        {
                            "id": 11,
                            "module": "json:ParseJSON",
                            "version": 1,
                            "parameters": {
                                "type": ""
                            },
                            "mapper": {
                                "json": "{{7.result}}"
                            },
                            "metadata": {
                                "designer": {
                                    "x": 2100,
                                    "y": 0
                                },
                                "restore": {
                                    "parameters": {
                                        "type": {
                                            "label": "Choose a data structure"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "type",
                                        "type": "udt",
                                        "label": "Data structure"
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "json",
                                        "type": "text",
                                        "label": "JSON string",
                                        "required": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 10,
                            "module": "airtable:ActionCreateRecord",
                            "version": 3,
                            "parameters": {
                                "__IMTCONN__": 2958471
                            },
                            "mapper": {
                                "base": "appRc70dFyfZw6AXu",
                                "table": "tblHrySk0pftZwdmH",
                                "record": {
                                    "fld0iotDgZEtTbaR4": "{{6.version}}",
                                    "fld6BQ6Fd8UPM3qD6": "{{6.review_link}}",
                                    "fld8IUaOChF3xFuEK": "{{11.review_summary}}",
                                    "fldGtZbACTTtq9wuU": "{{formatDate(6.review_date_formated; \"DD.MM.YYYY\")}}",
                                    "fldVZe59IEGVHjGN2": "{{9.Platform}}",
                                    "fldYaH2DTHAeGXiFa": "{{11.category}}",
                                    "fldhUYTb3T8RKrYdn": [
                                        "{{9.id}}"
                                    ],
                                    "fldimAWGFMOCRXs7a": "{{9.`App Name`}}",
                                    "fldk6yacynmE2Kasw": "{{6.author_title}}",
                                    "fldoMdaBe7UJErUPt": "{{6.review_text}}",
                                    "fldq8XU5VKVNl7mt4": "{{6.review_title}}",
                                    "fldtILWDm7ssVDjl4": "{{11.sentiment}}",
                                    "fldvHUtEZfW7us7z7": "{{6.vote_count}}",
                                    "fldyIXCltRpPRFLeZ": "{{6.review_rating}}"
                                },
                                "typecast": false,
                                "useColumnId": false
                            },
                            "metadata": {
                                "designer": {
                                    "x": 2400,
                                    "y": 0
                                },
                                "restore": {
                                    "expect": {
                                        "base": {
                                            "label": "App Review Comparison"
                                        },
                                        "table": {
                                            "label": "Outputs",
                                            "nested": [
                                                {
                                                    "name": "record",
                                                    "spec": [
                                                        {
                                                            "name": "fldimAWGFMOCRXs7a",
                                                            "type": "text",
                                                            "label": "App Name",
                                                            "multiline": true
                                                        },
                                                        {
                                                            "mode": "edit",
                                                            "name": "fldVZe59IEGVHjGN2",
                                                            "type": "select",
                                                            "label": "Platform",
                                                            "dynamic": true,
                                                            "options": [
                                                                {
                                                                    "label": "iOS",
                                                                    "value": "iOS"
                                                                }
                                                            ],
                                                            "validate": false
                                                        },
                                                        {
                                                            "name": "fldq8XU5VKVNl7mt4",
                                                            "type": "text",
                                                            "label": "Review - Title",
                                                            "multiline": true
                                                        },
                                                        {
                                                            "name": "fldoMdaBe7UJErUPt",
                                                            "type": "text",
                                                            "label": "Review - Body",
                                                            "multiline": true
                                                        },
                                                        {
                                                            "name": "fldGtZbACTTtq9wuU",
                                                            "time": true,
                                                            "type": "date",
                                                            "label": "Date of Review"
                                                        },
                                                        {
                                                            "name": "fldtILWDm7ssVDjl4",
                                                            "type": "text",
                                                            "label": "Sentiment"
                                                        },
                                                        {
                                                            "name": "fldyIXCltRpPRFLeZ",
                                                            "type": "number",
                                                            "label": "Rating"
                                                        },
                                                        {
                                                            "name": "fldYaH2DTHAeGXiFa",
                                                            "type": "text",
                                                            "label": "Complaint Type"
                                                        },
                                                        {
                                                            "name": "fld8IUaOChF3xFuEK",
                                                            "type": "text",
                                                            "label": "Issue"
                                                        },
                                                        {
                                                            "name": "fld6BQ6Fd8UPM3qD6",
                                                            "type": "text",
                                                            "label": "Link to Review",
                                                            "multiline": true
                                                        },
                                                        {
                                                            "name": "fldk6yacynmE2Kasw",
                                                            "type": "text",
                                                            "label": "User",
                                                            "multiline": true
                                                        },
                                                        {
                                                            "name": "fldvHUtEZfW7us7z7",
                                                            "type": "number",
                                                            "label": "user ID"
                                                        },
                                                        {
                                                            "name": "fld0iotDgZEtTbaR4",
                                                            "type": "text",
                                                            "label": "App Version"
                                                        },
                                                        {
                                                            "name": "fldhUYTb3T8RKrYdn",
                                                            "spec": {
                                                                "label": "Record ID"
                                                            },
                                                            "type": "array",
                                                            "label": "App-Link"
                                                        }
                                                    ],
                                                    "type": "collection",
                                                    "label": "Record"
                                                }
                                            ]
                                        },
                                        "record": {
                                            "nested": {
                                                "fldVZe59IEGVHjGN2": {
                                                    "mode": "edit"
                                                },
                                                "fldhUYTb3T8RKrYdn": {
                                                    "mode": "chose",
                                                    "items": [
                                                        null
                                                    ]
                                                }
                                            }
                                        },
                                        "typecast": {
                                            "mode": "chose"
                                        },
                                        "useColumnId": {
                                            "mode": "chose"
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "airtable3"
                                            },
                                            "label": "My Airtable OAuth connection (User ID: usrppndXKotBtz0A4)"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:airtable3,airtable2",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "base",
                                        "type": "select",
                                        "label": "Base",
                                        "required": true
                                    },
                                    {
                                        "name": "typecast",
                                        "type": "boolean",
                                        "label": "Smart links",
                                        "required": true
                                    },
                                    {
                                        "name": "useColumnId",
                                        "type": "boolean",
                                        "label": "Use Column ID",
                                        "required": true
                                    },
                                    {
                                        "name": "table",
                                        "type": "select",
                                        "label": "Table",
                                        "required": true
                                    },
                                    {
                                        "name": "record",
                                        "spec": [
                                            {
                                                "name": "fldimAWGFMOCRXs7a",
                                                "type": "text",
                                                "label": "App Name"
                                            },
                                            {
                                                "mode": "edit",
                                                "name": "fldVZe59IEGVHjGN2",
                                                "type": "select",
                                                "label": "Platform"
                                            },
                                            {
                                                "name": "fldq8XU5VKVNl7mt4",
                                                "type": "text",
                                                "label": "Review - Title"
                                            },
                                            {
                                                "name": "fldoMdaBe7UJErUPt",
                                                "type": "text",
                                                "label": "Review - Body"
                                            },
                                            {
                                                "name": "fldGtZbACTTtq9wuU",
                                                "time": true,
                                                "type": "date",
                                                "label": "Date of Review"
                                            },
                                            {
                                                "name": "fldtILWDm7ssVDjl4",
                                                "type": "text",
                                                "label": "Sentiment"
                                            },
                                            {
                                                "name": "fldyIXCltRpPRFLeZ",
                                                "type": "number",
                                                "label": "Rating"
                                            },
                                            {
                                                "name": "fldYaH2DTHAeGXiFa",
                                                "type": "text",
                                                "label": "Complaint Type"
                                            },
                                            {
                                                "name": "fld8IUaOChF3xFuEK",
                                                "type": "text",
                                                "label": "Issue"
                                            },
                                            {
                                                "name": "fld6BQ6Fd8UPM3qD6",
                                                "type": "text",
                                                "label": "Link to Review"
                                            },
                                            {
                                                "name": "fldk6yacynmE2Kasw",
                                                "type": "text",
                                                "label": "User"
                                            },
                                            {
                                                "name": "fldvHUtEZfW7us7z7",
                                                "type": "number",
                                                "label": "user ID"
                                            },
                                            {
                                                "name": "fld0iotDgZEtTbaR4",
                                                "type": "text",
                                                "label": "App Version"
                                            },
                                            {
                                                "name": "fldhUYTb3T8RKrYdn",
                                                "spec": {
                                                    "name": "value",
                                                    "label": "Record ID"
                                                },
                                                "type": "array",
                                                "label": "App-Link"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Record"
                                    }
                                ],
                                "interface": [
                                    {
                                        "name": "id",
                                        "type": "text",
                                        "label": "ID"
                                    },
                                    {
                                        "name": "createdTime",
                                        "type": "date",
                                        "label": "Created Time"
                                    },
                                    {
                                        "name": "App Name",
                                        "type": "text",
                                        "label": "App Name",
                                        "multiline": true
                                    },
                                    {
                                        "name": "Platform",
                                        "type": "text",
                                        "label": "Platform"
                                    },
                                    {
                                        "name": "Review - Title",
                                        "type": "text",
                                        "label": "Review - Title",
                                        "multiline": true
                                    },
                                    {
                                        "name": "Review - Body",
                                        "type": "text",
                                        "label": "Review - Body",
                                        "multiline": true
                                    },
                                    {
                                        "name": "Date of Review",
                                        "time": true,
                                        "type": "date",
                                        "label": "Date of Review"
                                    },
                                    {
                                        "name": "Sentiment",
                                        "type": "text",
                                        "label": "Sentiment"
                                    },
                                    {
                                        "name": "Rating",
                                        "type": "number",
                                        "label": "Rating"
                                    },
                                    {
                                        "name": "Complaint Type",
                                        "type": "text",
                                        "label": "Complaint Type"
                                    },
                                    {
                                        "name": "Issue",
                                        "type": "text",
                                        "label": "Issue"
                                    },
                                    {
                                        "name": "Link to Review",
                                        "type": "text",
                                        "label": "Link to Review",
                                        "multiline": true
                                    },
                                    {
                                        "name": "User",
                                        "type": "text",
                                        "label": "User",
                                        "multiline": true
                                    },
                                    {
                                        "name": "user ID",
                                        "type": "number",
                                        "label": "user ID"
                                    },
                                    {
                                        "name": "App Version",
                                        "type": "text",
                                        "label": "App Version"
                                    },
                                    {
                                        "name": "App-Link",
                                        "spec": {
                                            "label": "Record ID"
                                        },
                                        "type": "array",
                                        "label": "App-Link"
                                    },
                                    {
                                        "name": "App Name & Platform (from App-Link)",
                                        "type": "array",
                                        "label": "App Name & Platform (from App-Link)"
                                    }
                                ]
                            }
                        }
                    ]
                },
                {
                    "flow": [
                        {
                            "id": 13,
                            "module": "http:ActionSendData",
                            "version": 3,
                            "parameters": {
                                "handleErrors": true,
                                "useNewZLibDeCompress": true
                            },
                            "filter": {
                                "name": "Android",
                                "conditions": [
                                    [
                                        {
                                            "a": "{{9.Platform}}",
                                            "b": "Android",
                                            "o": "text:equal"
                                        }
                                    ]
                                ]
                            },
                            "mapper": {
                                "ca": "",
                                "qs": [],
                                "url": "https://api.app.outscraper.com/google-play/reviews?query={{9.`App ID`}}&limit=5&sort=newest&async=false",
                                "gzip": true,
                                "method": "get",
                                "headers": [
                                    {
                                        "name": "X-API-KEY",
                                        "value": "{{3.`X-API-KEY`}}"
                                    }
                                ],
                                "timeout": "",
                                "useMtls": false,
                                "authPass": "",
                                "authUser": "",
                                "bodyType": "",
                                "serializeUrl": false,
                                "shareCookies": false,
                                "parseResponse": false,
                                "followRedirect": true,
                                "useQuerystring": false,
                                "followAllRedirects": false,
                                "rejectUnauthorized": true
                            },
                            "metadata": {
                                "designer": {
                                    "x": 900,
                                    "y": 300,
                                    "name": "Android - Outscraper",
                                    "messages": [
                                        {
                                            "category": "reference",
                                            "severity": "warning",
                                            "message": "Referenced module 'Tools - Set variable' [3] is not accessible."
                                        }
                                    ]
                                },
                                "restore": {
                                    "expect": {
                                        "qs": {
                                            "mode": "chose"
                                        },
                                        "method": {
                                            "mode": "chose",
                                            "label": "GET"
                                        },
                                        "headers": {
                                            "mode": "chose",
                                            "items": [
                                                null
                                            ]
                                        },
                                        "bodyType": {
                                            "label": "Empty"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "handleErrors",
                                        "type": "boolean",
                                        "label": "Evaluate all states as errors (except for 2xx and 3xx )",
                                        "required": true
                                    },
                                    {
                                        "name": "useNewZLibDeCompress",
                                        "type": "hidden"
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "url",
                                        "type": "url",
                                        "label": "URL",
                                        "required": true
                                    },
                                    {
                                        "name": "serializeUrl",
                                        "type": "boolean",
                                        "label": "Serialize URL",
                                        "required": true
                                    },
                                    {
                                        "name": "method",
                                        "type": "select",
                                        "label": "Method",
                                        "required": true,
                                        "validate": {
                                            "enum": [
                                                "get",
                                                "head",
                                                "post",
                                                "put",
                                                "patch",
                                                "delete",
                                                "options"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "headers",
                                        "spec": [
                                            {
                                                "name": "name",
                                                "type": "text",
                                                "label": "Name",
                                                "required": true
                                            },
                                            {
                                                "name": "value",
                                                "type": "text",
                                                "label": "Value"
                                            }
                                        ],
                                        "type": "array",
                                        "label": "Headers"
                                    },
                                    {
                                        "name": "qs",
                                        "spec": [
                                            {
                                                "name": "name",
                                                "type": "text",
                                                "label": "Name",
                                                "required": true
                                            },
                                            {
                                                "name": "value",
                                                "type": "text",
                                                "label": "Value"
                                            }
                                        ],
                                        "type": "array",
                                        "label": "Query String"
                                    },
                                    {
                                        "name": "bodyType",
                                        "type": "select",
                                        "label": "Body type",
                                        "validate": {
                                            "enum": [
                                                "raw",
                                                "x_www_form_urlencoded",
                                                "multipart_form_data"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "parseResponse",
                                        "type": "boolean",
                                        "label": "Parse response",
                                        "required": true
                                    },
                                    {
                                        "name": "authUser",
                                        "type": "text",
                                        "label": "User name"
                                    },
                                    {
                                        "name": "authPass",
                                        "type": "password",
                                        "label": "Password"
                                    },
                                    {
                                        "name": "timeout",
                                        "type": "uinteger",
                                        "label": "Timeout",
                                        "validate": {
                                            "max": 300,
                                            "min": 1
                                        }
                                    },
                                    {
                                        "name": "shareCookies",
                                        "type": "boolean",
                                        "label": "Share cookies with other HTTP modules",
                                        "required": true
                                    },
                                    {
                                        "name": "ca",
                                        "type": "cert",
                                        "label": "Self-signed certificate"
                                    },
                                    {
                                        "name": "rejectUnauthorized",
                                        "type": "boolean",
                                        "label": "Reject connections that are using unverified (self-signed) certificates",
                                        "required": true
                                    },
                                    {
                                        "name": "followRedirect",
                                        "type": "boolean",
                                        "label": "Follow redirect",
                                        "required": true
                                    },
                                    {
                                        "name": "useQuerystring",
                                        "type": "boolean",
                                        "label": "Disable serialization of multiple same query string keys as arrays",
                                        "required": true
                                    },
                                    {
                                        "name": "gzip",
                                        "type": "boolean",
                                        "label": "Request compressed content",
                                        "required": true
                                    },
                                    {
                                        "name": "useMtls",
                                        "type": "boolean",
                                        "label": "Use Mutual TLS",
                                        "required": true
                                    },
                                    {
                                        "name": "followAllRedirects",
                                        "type": "boolean",
                                        "label": "Follow all redirect",
                                        "required": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 14,
                            "module": "json:ParseJSON",
                            "version": 1,
                            "parameters": {
                                "type": ""
                            },
                            "mapper": {
                                "json": "{{13.data}}"
                            },
                            "metadata": {
                                "designer": {
                                    "x": 1200,
                                    "y": 300
                                },
                                "restore": {
                                    "parameters": {
                                        "type": {
                                            "label": "Choose a data structure"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "type",
                                        "type": "udt",
                                        "label": "Data structure"
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "json",
                                        "type": "text",
                                        "label": "JSON string",
                                        "required": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 15,
                            "module": "builtin:BasicFeeder",
                            "version": 1,
                            "parameters": {},
                            "mapper": {
                                "array": "{{14.data[]}}"
                            },
                            "metadata": {
                                "designer": {
                                    "x": 1500,
                                    "y": 300
                                },
                                "restore": {
                                    "expect": {
                                        "array": {
                                            "mode": "edit"
                                        }
                                    }
                                },
                                "expect": [
                                    {
                                        "mode": "edit",
                                        "name": "array",
                                        "spec": [],
                                        "type": "array",
                                        "label": "Array"
                                    }
                                ]
                            }
                        },
                        {
                            "id": 16,
                            "module": "openai-gpt-3:CreateCompletion",
                            "version": 1,
                            "parameters": {
                                "__IMTCONN__": 2903123
                            },
                            "mapper": {
                                "model": "gpt-4o-2024-08-06",
                                "top_p": "1",
                                "select": "chat",
                                "messages": [
                                    {
                                        "role": "system",
                                        "content": "You will receive an app review and the name of the app. Your task is to analyse the sentiment and categorise the issue in the review and provide a short summary. \n\nPlease categorise the issue as one of the following: \"Poor App Experience\", \"Customer Service\", \"Price\", or \"Other\". If the sentiment is positive, categorise the customer as \"Happy Customer\".\n\nOutput the result as a JSON bundle with the following consistent structure:\n\n\"review_summary\": (the text of the review)\n\"sentiment\": (either \"Positive\" or \"Negative\")\n\"category\": (one of the predefined categories or \"Happy Customer\" if positive)\n\nHere’s an example:\n\n{\n  \"id\": \"review12345\",\n  \"review_summary\": \"The app is too slow and crashes often.\",\n  \"sentiment\": \"Negative\",\n  \"category\": \"Poor App Experience\"\n}"
                                    },
                                    {
                                        "role": "user",
                                        "content": "Review: {{15.review_text}}"
                                    }
                                ],
                                "max_tokens": "1000",
                                "temperature": "0.7",
                                "n_completions": "1",
                                "response_format": "json_object",
                                "parseJSONResponse": false
                            },
                            "metadata": {
                                "designer": {
                                    "x": 1800,
                                    "y": 300,
                                    "name": "Classify Reviews"
                                },
                                "restore": {
                                    "expect": {
                                        "stop": {
                                            "mode": "chose"
                                        },
                                        "model": {
                                            "mode": "chose",
                                            "label": "gpt-4o-2024-08-06 (system)"
                                        },
                                        "select": {
                                            "label": "Create a Chat Completion (GPT Models)"
                                        },
                                        "messages": {
                                            "mode": "chose",
                                            "items": [
                                                {
                                                    "role": {
                                                        "mode": "chose",
                                                        "label": "System"
                                                    }
                                                },
                                                {
                                                    "role": {
                                                        "mode": "chose",
                                                        "label": "User"
                                                    }
                                                }
                                            ]
                                        },
                                        "logit_bias": {
                                            "mode": "chose"
                                        },
                                        "response_format": {
                                            "mode": "chose",
                                            "label": "JSON Object"
                                        },
                                        "parseJSONResponse": {
                                            "mode": "chose"
                                        },
                                        "additionalParameters": {
                                            "mode": "chose"
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "openai-gpt-3"
                                            },
                                            "label": "My OpenAI connection"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:openai-gpt-3",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "select",
                                        "type": "select",
                                        "label": "Select Method",
                                        "required": true,
                                        "validate": {
                                            "enum": [
                                                "chat",
                                                "prompt"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "max_tokens",
                                        "type": "number",
                                        "label": "Max Tokens",
                                        "required": true
                                    },
                                    {
                                        "name": "temperature",
                                        "type": "number",
                                        "label": "Temperature",
                                        "validate": {
                                            "max": 2,
                                            "min": 0
                                        }
                                    },
                                    {
                                        "name": "top_p",
                                        "type": "number",
                                        "label": "Top P",
                                        "validate": {
                                            "max": 1,
                                            "min": 0
                                        }
                                    },
                                    {
                                        "name": "n_completions",
                                        "type": "number",
                                        "label": "Number"
                                    },
                                    {
                                        "name": "frequency_penalty",
                                        "type": "number",
                                        "label": "Frequency Penalty",
                                        "validate": {
                                            "max": 2,
                                            "min": -2
                                        }
                                    },
                                    {
                                        "name": "presence_penalty",
                                        "type": "number",
                                        "label": "Presence Penalty",
                                        "validate": {
                                            "max": 2,
                                            "min": -2
                                        }
                                    },
                                    {
                                        "name": "logit_bias",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "token",
                                                    "type": "text",
                                                    "label": "Token ID",
                                                    "required": true
                                                },
                                                {
                                                    "name": "probability",
                                                    "type": "number",
                                                    "label": "Probability",
                                                    "required": true,
                                                    "validate": {
                                                        "max": 100,
                                                        "min": -100
                                                    }
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Token Probability"
                                        },
                                        "type": "array",
                                        "label": "Token Probability"
                                    },
                                    {
                                        "name": "response_format",
                                        "type": "select",
                                        "label": "Response Format",
                                        "validate": {
                                            "enum": [
                                                "text",
                                                "json_object"
                                            ]
                                        }
                                    },
                                    {
                                        "name": "seed",
                                        "type": "integer",
                                        "label": "Seed"
                                    },
                                    {
                                        "name": "stop",
                                        "spec": {
                                            "name": "value",
                                            "type": "text",
                                            "label": "Stop Sequence"
                                        },
                                        "type": "array",
                                        "label": "Stop Sequences",
                                        "validate": {
                                            "maxItems": 4
                                        }
                                    },
                                    {
                                        "name": "additionalParameters",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "key",
                                                    "type": "text",
                                                    "label": "Parameter Name",
                                                    "required": true
                                                },
                                                {
                                                    "name": "type",
                                                    "type": "select",
                                                    "label": "Input Type",
                                                    "options": [
                                                        {
                                                            "label": "Text",
                                                            "value": "text",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "text",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ],
                                                            "default": true
                                                        },
                                                        {
                                                            "label": "Number",
                                                            "value": "number",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "number",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Boolean",
                                                            "value": "boolean",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "boolean",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Date",
                                                            "value": "date",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "date",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        },
                                                        {
                                                            "label": "Any",
                                                            "value": "any",
                                                            "nested": [
                                                                {
                                                                    "name": "value",
                                                                    "type": "any",
                                                                    "label": "Parameter Value"
                                                                }
                                                            ]
                                                        }
                                                    ]
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Input Parameter"
                                        },
                                        "type": "array",
                                        "label": "Other Input Parameters"
                                    },
                                    {
                                        "name": "model",
                                        "type": "select",
                                        "label": "Model",
                                        "required": true
                                    },
                                    {
                                        "name": "messages",
                                        "spec": {
                                            "name": "value",
                                            "spec": [
                                                {
                                                    "name": "role",
                                                    "type": "select",
                                                    "label": "Role",
                                                    "options": [
                                                        {
                                                            "label": "System",
                                                            "value": "system"
                                                        },
                                                        {
                                                            "label": "User",
                                                            "value": "user"
                                                        },
                                                        {
                                                            "label": "Assistant",
                                                            "value": "assistant"
                                                        }
                                                    ],
                                                    "required": true
                                                },
                                                {
                                                    "name": "content",
                                                    "type": "text",
                                                    "label": "Message Content"
                                                }
                                            ],
                                            "type": "collection",
                                            "label": "Message"
                                        },
                                        "type": "array",
                                        "label": "Messages",
                                        "required": true
                                    },
                                    {
                                        "name": "parseJSONResponse",
                                        "type": "boolean",
                                        "label": "Parse JSON Response",
                                        "required": true
                                    }
                                ],
                                "advanced": true
                            }
                        },
                        {
                            "id": 17,
                            "module": "json:ParseJSON",
                            "version": 1,
                            "parameters": {
                                "type": ""
                            },
                            "mapper": {
                                "json": "{{16.result}}"
                            },
                            "metadata": {
                                "designer": {
                                    "x": 2100,
                                    "y": 300
                                },
                                "restore": {
                                    "parameters": {
                                        "type": {
                                            "label": "Choose a data structure"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "type",
                                        "type": "udt",
                                        "label": "Data structure"
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "json",
                                        "type": "text",
                                        "label": "JSON string",
                                        "required": true
                                    }
                                ]
                            }
                        },
                        {
                            "id": 18,
                            "module": "airtable:ActionCreateRecord",
                            "version": 3,
                            "parameters": {
                                "__IMTCONN__": 2958471
                            },
                            "mapper": {
                                "base": "appRc70dFyfZw6AXu",
                                "table": "tblHrySk0pftZwdmH",
                                "record": {
                                    "fld0iotDgZEtTbaR4": "{{15.version}}",
                                    "fld6BQ6Fd8UPM3qD6": "{{15.review_id}}",
                                    "fld8IUaOChF3xFuEK": "{{17.review_summary}}",
                                    "fldGtZbACTTtq9wuU": "{{formatDate(15.review_datetime_utc; \"DD.MM.YYYY\")}}",
                                    "fldVZe59IEGVHjGN2": "{{9.Platform}}",
                                    "fldYaH2DTHAeGXiFa": "{{17.category}}",
                                    "fldhUYTb3T8RKrYdn": [
                                        "{{9.id}}"
                                    ],
                                    "fldimAWGFMOCRXs7a": "{{9.`App Name`}}",
                                    "fldk6yacynmE2Kasw": "{{15.author_title}}",
                                    "fldoMdaBe7UJErUPt": "{{15.review_text}}",
                                    "fldtILWDm7ssVDjl4": "{{17.sentiment}}",
                                    "fldyIXCltRpPRFLeZ": "{{15.review_rating}}"
                                },
                                "typecast": false,
                                "useColumnId": false
                            },
                            "metadata": {
                                "designer": {
                                    "x": 2400,
                                    "y": 300
                                },
                                "restore": {
                                    "expect": {
                                        "base": {
                                            "label": "App Review Comparison"
                                        },
                                        "table": {
                                            "label": "Outputs",
                                            "nested": [
                                                {
                                                    "name": "record",
                                                    "spec": [
                                                        {
                                                            "name": "fldimAWGFMOCRXs7a",
                                                            "type": "text",
                                                            "label": "App Name",
                                                            "multiline": true
                                                        },
                                                        {
                                                            "mode": "edit",
                                                            "name": "fldVZe59IEGVHjGN2",
                                                            "type": "select",
                                                            "label": "Platform",
                                                            "dynamic": true,
                                                            "options": [
                                                                {
                                                                    "label": "iOS",
                                                                    "value": "iOS"
                                                                }
                                                            ],
                                                            "validate": false
                                                        },
                                                        {
                                                            "name": "fldq8XU5VKVNl7mt4",
                                                            "type": "text",
                                                            "label": "Review - Title",
                                                            "multiline": true
                                                        },
                                                        {
                                                            "name": "fldoMdaBe7UJErUPt",
                                                            "type": "text",
                                                            "label": "Review - Body",
                                                            "multiline": true
                                                        },
                                                        {
                                                            "name": "fldGtZbACTTtq9wuU",
                                                            "time": true,
                                                            "type": "date",
                                                            "label": "Date of Review"
                                                        },
                                                        {
                                                            "name": "fldtILWDm7ssVDjl4",
                                                            "type": "text",
                                                            "label": "Sentiment"
                                                        },
                                                        {
                                                            "name": "fldyIXCltRpPRFLeZ",
                                                            "type": "number",
                                                            "label": "Rating"
                                                        },
                                                        {
                                                            "name": "fldYaH2DTHAeGXiFa",
                                                            "type": "text",
                                                            "label": "Complaint Type"
                                                        },
                                                        {
                                                            "name": "fld8IUaOChF3xFuEK",
                                                            "type": "text",
                                                            "label": "Issue"
                                                        },
                                                        {
                                                            "name": "fld6BQ6Fd8UPM3qD6",
                                                            "type": "text",
                                                            "label": "Link to Review",
                                                            "multiline": true
                                                        },
                                                        {
                                                            "name": "fldk6yacynmE2Kasw",
                                                            "type": "text",
                                                            "label": "User",
                                                            "multiline": true
                                                        },
                                                        {
                                                            "name": "fldvHUtEZfW7us7z7",
                                                            "type": "number",
                                                            "label": "user ID"
                                                        },
                                                        {
                                                            "name": "fld0iotDgZEtTbaR4",
                                                            "type": "text",
                                                            "label": "App Version"
                                                        },
                                                        {
                                                            "name": "fldhUYTb3T8RKrYdn",
                                                            "spec": {
                                                                "label": "Record ID"
                                                            },
                                                            "type": "array",
                                                            "label": "App-Link"
                                                        }
                                                    ],
                                                    "type": "collection",
                                                    "label": "Record"
                                                }
                                            ]
                                        },
                                        "record": {
                                            "nested": {
                                                "fldVZe59IEGVHjGN2": {
                                                    "mode": "edit"
                                                },
                                                "fldhUYTb3T8RKrYdn": {
                                                    "mode": "chose",
                                                    "items": [
                                                        null
                                                    ]
                                                }
                                            }
                                        },
                                        "typecast": {
                                            "mode": "chose"
                                        },
                                        "useColumnId": {
                                            "mode": "chose"
                                        }
                                    },
                                    "parameters": {
                                        "__IMTCONN__": {
                                            "data": {
                                                "scoped": "true",
                                                "connection": "airtable3"
                                            },
                                            "label": "My Airtable OAuth connection (User ID: usrppndXKotBtz0A4)"
                                        }
                                    }
                                },
                                "parameters": [
                                    {
                                        "name": "__IMTCONN__",
                                        "type": "account:airtable3,airtable2",
                                        "label": "Connection",
                                        "required": true
                                    }
                                ],
                                "expect": [
                                    {
                                        "name": "base",
                                        "type": "select",
                                        "label": "Base",
                                        "required": true
                                    },
                                    {
                                        "name": "typecast",
                                        "type": "boolean",
                                        "label": "Smart links",
                                        "required": true
                                    },
                                    {
                                        "name": "useColumnId",
                                        "type": "boolean",
                                        "label": "Use Column ID",
                                        "required": true
                                    },
                                    {
                                        "name": "table",
                                        "type": "select",
                                        "label": "Table",
                                        "required": true
                                    },
                                    {
                                        "name": "record",
                                        "spec": [
                                            {
                                                "name": "fldimAWGFMOCRXs7a",
                                                "type": "text",
                                                "label": "App Name"
                                            },
                                            {
                                                "mode": "edit",
                                                "name": "fldVZe59IEGVHjGN2",
                                                "type": "select",
                                                "label": "Platform"
                                            },
                                            {
                                                "name": "fldq8XU5VKVNl7mt4",
                                                "type": "text",
                                                "label": "Review - Title"
                                            },
                                            {
                                                "name": "fldoMdaBe7UJErUPt",
                                                "type": "text",
                                                "label": "Review - Body"
                                            },
                                            {
                                                "name": "fldGtZbACTTtq9wuU",
                                                "time": true,
                                                "type": "date",
                                                "label": "Date of Review"
                                            },
                                            {
                                                "name": "fldtILWDm7ssVDjl4",
                                                "type": "text",
                                                "label": "Sentiment"
                                            },
                                            {
                                                "name": "fldyIXCltRpPRFLeZ",
                                                "type": "number",
                                                "label": "Rating"
                                            },
                                            {
                                                "name": "fldYaH2DTHAeGXiFa",
                                                "type": "text",
                                                "label": "Complaint Type"
                                            },
                                            {
                                                "name": "fld8IUaOChF3xFuEK",
                                                "type": "text",
                                                "label": "Issue"
                                            },
                                            {
                                                "name": "fld6BQ6Fd8UPM3qD6",
                                                "type": "text",
                                                "label": "Link to Review"
                                            },
                                            {
                                                "name": "fldk6yacynmE2Kasw",
                                                "type": "text",
                                                "label": "User"
                                            },
                                            {
                                                "name": "fldvHUtEZfW7us7z7",
                                                "type": "number",
                                                "label": "user ID"
                                            },
                                            {
                                                "name": "fld0iotDgZEtTbaR4",
                                                "type": "text",
                                                "label": "App Version"
                                            },
                                            {
                                                "name": "fldhUYTb3T8RKrYdn",
                                                "spec": {
                                                    "name": "value",
                                                    "label": "Record ID"
                                                },
                                                "type": "array",
                                                "label": "App-Link"
                                            }
                                        ],
                                        "type": "collection",
                                        "label": "Record"
                                    }
                                ],
                                "interface": [
                                    {
                                        "name": "id",
                                        "type": "text",
                                        "label": "ID"
                                    },
                                    {
                                        "name": "createdTime",
                                        "type": "date",
                                        "label": "Created Time"
                                    },
                                    {
                                        "name": "App Name",
                                        "type": "text",
                                        "label": "App Name",
                                        "multiline": true
                                    },
                                    {
                                        "name": "Platform",
                                        "type": "text",
                                        "label": "Platform"
                                    },
                                    {
                                        "name": "Review - Title",
                                        "type": "text",
                                        "label": "Review - Title",
                                        "multiline": true
                                    },
                                    {
                                        "name": "Review - Body",
                                        "type": "text",
                                        "label": "Review - Body",
                                        "multiline": true
                                    },
                                    {
                                        "name": "Date of Review",
                                        "time": true,
                                        "type": "date",
                                        "label": "Date of Review"
                                    },
                                    {
                                        "name": "Sentiment",
                                        "type": "text",
                                        "label": "Sentiment"
                                    },
                                    {
                                        "name": "Rating",
                                        "type": "number",
                                        "label": "Rating"
                                    },
                                    {
                                        "name": "Complaint Type",
                                        "type": "text",
                                        "label": "Complaint Type"
                                    },
                                    {
                                        "name": "Issue",
                                        "type": "text",
                                        "label": "Issue"
                                    },
                                    {
                                        "name": "Link to Review",
                                        "type": "text",
                                        "label": "Link to Review",
                                        "multiline": true
                                    },
                                    {
                                        "name": "User",
                                        "type": "text",
                                        "label": "User",
                                        "multiline": true
                                    },
                                    {
                                        "name": "user ID",
                                        "type": "number",
                                        "label": "user ID"
                                    },
                                    {
                                        "name": "App Version",
                                        "type": "text",
                                        "label": "App Version"
                                    },
                                    {
                                        "name": "App-Link",
                                        "spec": {
                                            "label": "Record ID"
                                        },
                                        "type": "array",
                                        "label": "App-Link"
                                    },
                                    {
                                        "name": "App Name & Platform (from App-Link)",
                                        "type": "array",
                                        "label": "App Name & Platform (from App-Link)"
                                    }
                                ]
                            }
                        }
                    ]
                }
            ]
        }
    ],
    "metadata": {
        "instant": false,
        "version": 1,
        "scenario": {
            "roundtrips": 1,
            "maxErrors": 3,
            "autoCommit": true,
            "autoCommitTriggerLast": true,
            "sequential": false,
            "slots": null,
            "confidential": false,
            "dataloss": false,
            "dlq": false,
            "freshVariables": false
        },
        "designer": {
            "orphans": []
        },
        "zone": "us1.make.com"
    }
}