Cloning a Scenario & SSL Error

How can I efficiently clone a scenario while changing the base or source for all Airtable modules, in order to use a staging Airtable for the cloned scenarios, considering that I encountered permission and model not found errors after attempting to remap records and columns, which led me to create a new connection with the Airtable token? Is there a streamlined approach to update the base for all Airtable modules simultaneously?

Here is the error:
{“error”:{“type”:“MODEL_ID_NOT_FOUND”,“message”:“Record not found”}}
403 - {"error":{"type":"INVALID_PERMISSIONS","message":"Invalid permissions"}}

I do also experiencing some SSL Error when requesting on the webhook from a scenario:

{
  "textPayload": "2023-07-18 15:43:48,836 - app - ERROR - Failed to send webhook due to error: HTTPSConnectionPool(host='hook.us1.make.com', port=443): Max retries exceeded with url: /7c76onotycl51f5buhgqrslk6wzxlyfn (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1002)')))",
  "insertId": "64b6b334000cc45a6ce1ed92",
  "resource": {
    "type": "cloud_run_revision",
    "labels": {
      "service_name": "content-api-service-prod",
      "configuration_name": "content-api-service-prod",
      "revision_name": "content-api-service-prod-00033-cer",
      "location": "us-central1",
      "project_id": "hglai-content-api"
    }
  },
  "timestamp": "2023-07-18T15:43:48.836698Z",
  "labels": {
    "instanceId": "001bdd422e90e54b04ba0dac302a5d6feeaf70a3494bb335937f0692810f7050f0c6d0a089cf2336848feb15a8c36a64caeae00985b3dce1f9b45e558a2d67a926b3"
  },
  "logName": "projects/hglai-content-api/logs/run.googleapis.com%2Fstderr",
  "receiveTimestamp": "2023-07-18T15:43:48.844664266Z"
}

Hi there,

As far as I know, Updating or changing the base is not possible to do it simultaneously for all the Airtable modules, but you can manually update the base by accessing the module configuration.

2 Likes