When running my existing Power Automate flow, receive error BadRequest, Action 'manual failed'. Below is a pic of the error
{
"type": "object",
"properties": {
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"entity": {
"type": "object",
"properties": {
"Power BI values": {
"title": "Power BI data",
"type": "array"
}
},
"required": [
"Power BI values"
]
}
},
"required": [
"entity"
]
}
}
},
"required": [
"rows"
]
}