I have a flow which adds a new row into a Dataverse table from a file that is submitted to a Powerapp.
I am trying to send the error back to the Canvas app so the user knows where the error is.
The problem is that the error shown in automate is very generic, just saying the "Add a new row" step failed and not which specific column has said error.
The table is quite complex with nearly 100 columns so it's crucial to know which column has an error.
I believe the sharepoint's Create item does show which column has the error, is this possible in Dataverse?
Hi @Anonymous ,
As far as I know, usually these errors messages do not specify in which column is the error. In your case, it looks like the error is happening in a field where you are calling a float() method as expression. Hopefully it can help you to isolate the possible incorrect entries 🙂