Hi all,
I have been trying to test a flow for a project requirement. I am very new to Power platform.
I tried using a very basic json data and posting it to my email using postman.
Unfortunately i am not able to do so. please find my json data and the error i received. Kindly help! 😞
JSON:
---------------------------------------------------------
{
"type": "object",
"properties": {
"Project Name": {
"type": "string"
},
"Project Requirement": {
"type": "string"
},
"Skills Required": {
"type": "string"
}
}
}
-------------------------------------------------------------------------
Error received:
{
"error": {
"code": "TriggerInputSchemaMismatch",
"message": "The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Invalid type. Expected Object but got String.'."
}
}