Hi there,
I’ve explored the forums for a long while to find an existing plugin or approach and it seems to be a common issue, so I need a custom plugin built.
It’s fairly simple from a feature perspective.
I have an external site that sends data to a backend API workflow. It sends a few pieces of data including a JSON string which has an array of objects.
From within the backend workflow (no visual elements), I want to have that JSON string parsed and turned into Bubble objects in my DB.
Here’s sample JSON data of three objects that have 4 attributes:
Recently during the development of one of my plugins I came across a very similar issue to you and I was able to create a workaround. I found a solution to this problem and I am confident I can create a custom plugin for you. I’ve sent you a message here on the forums, or you can email me here at jonah.deleseleuc@gmail.com
@oli1
Which is that plugin you are talkign about? I have the same requirement of converting json string into bubble object and storing it in custom state.
@oli1
Is there any other work around to achieve this? As i have custom state which is of API data type and that state is data source for a repeating group. But when i want to add new object into that custom state , it not working. I’m creating a JSON of object.
Can you help me with this?