Hi @TT126 ,
I think the following will reference the status code:
body('HTTP')?['statusCode']
Example: body('HTTP')?['success'] references the success property below:
{
"success": true,
"historical": true,
"base": "GBP",
"date": "2022-02-01",
"rates": {
"EUR": 1.200205
}
}
Ellis
____________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.