
Hi,
I am currently struggling finding the correct notation for creating a ProjOps journal and the respective lines that need to be created inside of the journal.
In the PowerAutomate connector for Dataverse (Journal lines entity) I see the Journal (Journals) field and tried to enter the reference of my lines to the journal header.
Yet, no matter what notation I tried, I always run into an error.
In some posts I found the hint to put the logical name and then the guid of the journal header but this does not seem to work.
I constantly receive the error message:
URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL.
Would be great if anybody could help finding the right notation.
Many thanks,
Ludwig
Hi Ludwig,
This can happen when one or more fields that are mandatory are not getting a proper value. And, sometimes, even fields that are not madatory, Power Automate thinks they are, and it throws that same error.
You can try a different action, like Update a Row with the expression GUID() to see if that works (instead of Add a Row) since that actually acts 'like' a create/upsert action with that expression and may bypass the issue you are having. Please, look at this link: https://crmtipoftheday.com/1432/create-records-in-power-automate-without-mandatory-fields/
I hope this helps! Please, mark this as answered!
Thanks,