Kentaro Yoshida | Commune Inc - Hi, We are impo...
Hi, We are importing liveboard and its associated table/models at once. I am developing a batch process for transferring data across different organizations. The export/import payload is as described below.
The first transfer works fine, but the second time, I get an error message: "Switch to Update existing to continue." However there doesn't seem to be an update mode; how can I enable an update mode like the one available in the UI?
Explanation of TML content: * The GUID line has been removed. * By specifying the obj-id, duplicate liveboards/tables/models are no longer created during each import.
"response": { "status": { "error_message": "Cannot create a new table as the table in the TML file already exists. Existing Table GUID: c45f4b06-5b27-4649-8508-7c583d1b7db3. Switch to Update existing to continue. <br/>", "status_code": "ERROR", "error_code": 14501 } },
"response": { "status": { "error_message": "Cannot create a new table as the table in the TML file already exists. Existing Table GUID: c45f4b06-5b27-4649-8508-7c583d1b7db3. Switch to Update existing to continue. <br/>", "status_code": "ERROR", "error_code": 14501 } },