My flow returned two errors. Both of them say that I am trying to PATCH with IDs to Bubble that do not exist. And yet, for some reason, on the Bubble import, they do exist. I feel like I’m going crazy.
Here’s one error on the Send to Bubble:
{
"body": {
"message": "Missing object of type alignments: object with id 1605507237304x827471006854594300 does not exist",
"status": "MISSING_DATA"
},
"statusCode": 404
}
If you try to open the URL https://app.subaligner.com/version-test/api/1.1/obj/alignments/1605507237304x827471006854594300 it indeed does not exist.
And yet, somehow magically, on my GET request from Bubble, it does…52 TIMES!
What am I missing here. How is Parabola able to import rows with IDs that do not exist? Even more, how did it find 52 of them??
Now my database is screwed up because this flow is not working properly. This is a flow that I have been struggling with for…ever. I don’t know if it is just because I lack the technical experience, but I’m tired of this not working and I wish there was an easier solution. Do you ever feel like you are stuck in purgatory, just digging holes and filling them again until the end of time?