I have seen posts facing same issues and their resolutions. But idk in my case none of it worked.
So I have a dataverse table which has attach files and notes property enabled. But when I am trying to create an entry in Notes table via power automate flow for the same, it is giving error
URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL.
In the Regarding(Accounts) field I have tried giving values like:
- /accounts/GUID
- accounts(GUID)
- /accounts(GUID)
- accounts/GUID
but nothing worked for me and always gave the same error. Am I doing something wrong here?