Hi, recently picked up power automate and I'm having an issue with converted a parameter to an integer. This is the error message:
Unable to process template language expressions in action 'Send_an_email_(V2)_3' inputs at line '0' and column '0': 'The template language function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.
Respondents indicate either 1,2,3 or 4 in the forms. If it's 1, an email is sent. If it's not 1 (2,3,4), another email is sent. This is my expression to convert the response to an integer for the condition:
int(outputs('Get_response_details')?['body/r0fcb009ec0854526863a901664ae6847'])
Help would be sincerely appreciated!
Flow

Error message
