Hi,
I’m using Power Automate to trigger series of action after receive response from Typeform. However, I got an error as below:
The API 'typeform' returned an invalid response for workflow operation 'When_a_response_is_submitted' of type 'OpenApiConnectionWebhook'. Error details: 'The API operation 'NewResponseWebhook_V2' requires the property 'body/form_response/calculated/score' to be of type 'Integer' but is of type 'Float'.'
Calculated score could be an integer or float. However, the API operation only accept integer.

Need some advice here. Thanks.