The article discusses an error encountered in a Cloud Flow when using the Parse JSON action. The error message states "ValidationFailed. The schema validation Failed. Invalid type. Expected Integer but got Number." The issue was caused by the data type defined as "integer" in the schema, while the response had a decimal value. The solution was to replace "integer" with "number" in the schema of the Parse JSON action.
Login now to access my digest by 365.Training