Hi all!
I'm trying to create a note attachment for a row in a table which has attachments enabled.
Bet whenever i set the regarding (tablename) on the insert row block in power automate i get the following error message:
{
"error": {
"code": "0x0",
"message": "Resource not found for the segment 'hd_atskaites'."
}
}
These are my input fields:
I've tried variues types of inputs in the regarding field:
none of which have worked so far with the error being similar except changing segment to whatever text comes first in the tried alternative.
thanks in advance.
Solved! Go to Solution.
Hi @KD203 ,
As mentioned above if you are not sure what plural name you should be using , try to install either Rest Odata builder solution or XrmToolbox (FetchXML Builder) to do this.
From my understanding your entity name is already Plural so it may end up with -es at the end i.e. 'hd_atskaiteses
Thanks
Hi @KD203,
As far as I am aware it should be the pluralname with the record id.
Below is an example.
Hi @KD203,
Can you share a screenshot of the configuration of your action?
@KD203 as @Expiscornovus has mentioned you should be using plural name but it should be plural schema name 'hd_atskaites'
I've tried this but it still doesn't work. I've also made sure multiple times that what i'm typing in is the plural display name which, i get when i edit the CDS table under plural display name..
Hi @KD203 ,
As mentioned above if you are not sure what plural name you should be using , try to install either Rest Odata builder solution or XrmToolbox (FetchXML Builder) to do this.
From my understanding your entity name is already Plural so it may end up with -es at the end i.e. 'hd_atskaiteses
Thanks