I am adding a test email to the Email Messages table in a cloud flow using a data verse Add a New Row and it is outputting the URL was not parsed due to an the following error
URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL.
The Subject & Description are set to 'TEST Value' . So there is no reference to a url or a formula I have added : One explanation for this error is to do with the pluralisation of a table being incorrect ( eg category vs categories ) in a url
On the flow run, the Activity Parties inputs are set as
[
{
"participationtypemask": 2,
"partyid@odata.bind": "Me@MyDomain.com"
},
{
"participationtypemask": 1,
"partyid@odata.bind": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
]
Subject TEST
and the output of the step displays as
{
"error": {
"code": "0x80060888",
"message": "URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL."
}
}
What can I do to debug this error, or does anyone have any suggestions about other causes for this error.
Thanks in advance