
Announcements
Hi All,
i have a third party app called "K2" which i did i am doing a post http request to power automate using "when a http request is received" what i parse into the request body include an ID which is a number from k2 where is been saved and the schema in power automat flow request body is integer not string but still got this error message and the flow did not run
"{"error":{"code":"TriggerInputSchemaMismatch","message":"The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Invalid type. Expected Integer but got String.'."}}"
i also attached a screen shot for more understanding.
need a help to solve this problem...
thanks in advance.
It appears that the issue may be arising due to a blank SPItemId being passed.
I recommend modifying the SPItemId to be of string type and then converting it to an integer within your flow using the int() function. This adjustment should help resolve the problem.