Running a workflow via API just returns "success", how do I get the unique_id or other values of the record created?

I have an endpoint workflow that basically just creates a new record in bubble as an easy test. Using Postman I’m able to pass parameters to the endpoint and run it no problem. It always just returns this though:

{
“status”: “success”,
“response”: {}
}

Is there a way to have it return the unique_id of the record it just created? This API workflow is super basic, it’s literally just 1 step saying create a Company record, but just unsure how to have it return anything from the created record.

image

Thank you!

1 Like