Hi, I am new to using flow and trying to just create a simple flow. Nothing complex.
I am getting this very generic error:
{"error":{"code":"0x0","message":"Bad Request - Error in query syntax.","innererror":{"message":"Bad Request - Error in query }
Not sure how to debug and what to troubleshoot for looking at this error. Can someone please guide me through this? Thanks for any help.
All I am doing is copying data from excel online and trying to import it into Dynamics 365 entity(Incident).
I have taken the import template from Dynamics 365 exported from advanced find and stored it in OneDrive.
My flow is picking up the file, getting the rows but won't update them in Dynamics(throws above error).
What am I doing wrong? For the sake of testing I am only trying to update one field along with mandatory fields like Customer ID, Owner ID.. etc. Please help.