What is your goal?
I’m trying to create a thing in bubble from my data
What is the problem & what have you tried?
Everything connects fine and the scenario runs but it is not updating Bubble, output says empty and there are no errors. I have tried everything. I even recreated the connection from scratch. I can also get a thing successfully in the previous step but I can also not update that thing. Again it runs successfully with no errors but nothing is updating or creating
Hi Mazi,
Since the module finishes successfully but returns empty, Bubble likely accepted the request but did not modify anything.
To narrow this down, could you please confirm:
-
How are you getting the Thing ID?
-
Can you share a screenshot of the field mappings in the module?
-
What privacy rules apply to this data type?
→ As a test, try temporarily enabling “Everyone can find & modify”.
-
Are you using live or development, and does the record exist there?
-
Do you see the API call in Bubble server logs after running?
Thanks so much for repplying:
Hi, thanks a lot for replying. I tried modifying the permissions as you said, no joy. I am using development branch and the record exists as that’s where I am getting it from. The get a bubble thing step works, just the update doesn’t even though I am using the same ID from the get and it is firing successfully… Server logs showing absolutely nothing but I can see from Bubble community that is normal as logs are super buggy apparently.
Just mapping one field in this one. I have multiple fields mapped in another one (all the fields) and it’s the same exact result. Firing “successfully” but nothing updated or created.
Also wondering, shouldn’t the output of the create/update module have the data I am sending? Should it be empty if the module worked?