Hello Fellow Bubblers, I can’t wrap my head around this issue I am having and hope there is someone that can help me out.
I am receiving incoming Data through the API Connector. The incoming Data looks like this →
{
“ID”: [
“1”,
“2”,
“3”,
]
}
This is the incoming “raw data”, I can only save it as a list of text, that’s fine. But how do I save these ID’s in a seperate row per ID. I tried to use :format as text with the “,” as delimiter. And also saw in another forum topic the use of Regex which also did not help yet for me.
Am I using the wrong actions? Is this not possible in the Backend Workflow to accomplish?
I can get the data to save in the Database as 1 entry, I need multiple entries for each ID that is incoming with the list.