Having trouble recieving data from backend workflow

I setup a API to send a request which sends out a execution ID, then after a few minutes it sends a response as a POST request as in a webhook. I implemented the backend workflow and while setiing up and testing, i was able to recieve the response, but after implementing a flow to save the recieved data to database isnt working.

Attached the screenshots below:

When i click detect data and send a request from my bubble app it works, im recieveing the data as show below the response:

This is what im doing to save can anyone please help me find what the issue is?:

your request data is a list not a single value

Even tried to change the database field to list and save still no solution. Do we need to trigger the backend workflow in any way? Because I’m using a webhook and it should get triggered automatically when the callback URL gets a Post request right.

What I’ve noticed is when testing I’m able to recieve the data by using the detect data button in the first attached screenshot above. But the same isn’t there with Manual.

Request data's raw body text does not work and has never worked since being added as a feature. It’s been noticed and reported many times

Once you’ve initialized the call, you probably used the initialize URL. After initializing it though, you need to remove the /initialize at the end of the URL. You also need to make sure you’re calling the correct version (version-test for example)

I only need the request datas body 218 and 219, don’t even use the raw body’s text was just testing to see if that works.

Will try and look into this and let you know thank you.

Any time :slight_smile:

Thank you soo much, removing the /initialize solved the issue.

You’re welcome :smiley: