I am trying to use ServiceNow GetKnowledgeArticles action from Power Automate flow but the flow run fails with the below error
The API 'service-now' returned an invalid response for workflow operation 'Get_Knowledge_Articles' of type 'OpenApiConnection'. Error details: 'The API operation 'GetKnowledgeArticles' requires the property 'body/articles/0/rank' to be of type 'Integer' but is of type 'Float'.'
From the servicenow connector article ServiceNow - Connectors | Microsoft Learn data type of Rank property is of type integer.
How do I resolve the issue,
Regards
Sriram.V