Hi,
Within my flow to generate a quote in Dynamics 365, I am trying to add a new row using the step to add a new row in Dataverse.
Then I fill in the transaction currency (from opportunity record), a name, the price level (from opportunity record), the requested delivery date, a description and the quote ID. I am getting the following error:
"Object reference not set to an instance of an object". This seems like it is referencing either the transaction currency or price level with these being lookups.......?
Does anyone have any idea how to help here?
For context I have recently updated Project Service Automation to Project Operations in this environment
Thanks in advance 🙂
According to https://powerusers.microsoft.com/t5/Building-Flows/Currency-field-Power-automate-Dataverse/m-p/1305486 you need to call the underlaying table name and the correct Currency GUID.
The guid can be find in the table Currencies in Dataverse or opening the page for the Currency