I am extracting my chart which has shapes with custom data fields and while I was doing this I have listed the connections between shapes. The issue I’m having is that even though the chart shows a visually connected the JSON has NULLs in the ConnectedTo fields.
{ "id": "dDPlxxxF0BoT", "endpoint1": { "style": "None", "connectedTo": "7bxxxO~cExxTq" }, "endpoint2": { "style": "Arrow", "connectedTo": null }, "textAreas": [], "customData": [ { "key": "Logic", "value": "" }I’ve tried many times to connect the shapes but I cannot get the connectedTo to reflect the connections.