I have a web activity calling a REST API in Azure Data Factory. The @string(activity("web call").output ) returns what appears to be the output body, but i cannot see the http status (200, 404 etc) I know the status code is returned as postman can see it.
How can i get the http status from a web activity output?