I have created a logic app to receive an http request and validate the content which is fine. But when I receive the 400 error message, it said only that it was expecting an integer but received a string for example. I would like to add the name of the field that generates the error is it possible?
I added an http response to be executed when the requst fails but it's never triggered.
logic flow


You can assign http response to a variable and then you can check which filed is causing error. I have reproduced issue from my side and below are steps I followed,
Got error "Failed to start a run of logic app alertschlapp. The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Invalid type. Expected String but got Integer.'."