marpas
2
Hi @imad30 ,
To keep the original JSON structure with all nested objects, I’m returning the received JSON as another content-type (application/json) in the “Return data from API” step. Inside the body, I’m recreating the JSON structure that I’m getting from the external call.
I don’t know if this approach is the only solution, and it’s certainly not the most elegant one, but it works for me.
1 Like