Hello,
I am trying to replicate this simple Power Automate https://www.youtube.com/watch?v=z1_c6nsT2qE process to add a new row to an Excel table (end product is at ~10 minutes). I am opening the Power BI report on my desktop and it is connected to live data. The Excel file is in a Sharepoint.
However, when I first run the process, it can run but fails, giving me the following error: "The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@triggerBody()?['entity']?['Power BI values']' is of type 'Null'. The result must be a valid array."
If I try to run the flow again, it gives me this error:
"The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Required properties are missing from object: entity.'. "
I have no idea what "entity" is as there is no "entity" in my data. Any information would be greatly appreciated.