Posts

Showing posts from October, 2024

D365 CRM - Power Automate - URL was not parsed due to an ODataUnrecognizedPathException

Image
Challenge:  I'm trying to create a new case when the task record gets created in the model driven application. I have used a power automate flow for this goal to achive in my environment. However, I came across this exception " URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL " on the dataverse action step as you can see below. My Flow Design looks like below: I have used the dataverse trigger: When a row is added, modified or deleted. Change Type here is '1' that means it is set to "Added", whenever the record gets created, the flow execution will be initiated. Scope is 4 that means it is set to organization level. And the action I used here is "Add a new row" to create a new case record whenever the above trigger executed. Unfortunately, I did received the above exception from this action step. Cause: The above error occurs if the table name is not specified in proper plural f...