Add an export Mapping to the service.
Have you followed steps 17 and 18 where you create the new HttpResponse object? You just need to return this new object at the end of the microflow.
If you have done this and it still doesn’t work, can you share a screenshot of your microflow where you create this object and attempt to return a value?
Hope this helps.
Hi,
Given the Export to JSON in the step before the arrow, you create it here. So you export $NewHttpResponse
So I worked out what is wrong.
I have to set return to object and the type to system.httpResponse.