web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Up Program - Building model-driven apps w...
Unanswered

Metadata

(0) ShareShare
ReportReport
Posted on by 4
I am using the above http request to get a column's metadata that is working fine -
GET https://xxx.crm4.dynamics.com/api/data/v9.2/EntityDefinitions(LogicalName='my_table')/Attributes(LogicalName='my_column')
When i am trying to update metadata using the returned json as body from the first request and the http request above -
PUT https://xxx.crm4.dynamics.com/api/data/v9.2/EntityDefinitions(LogicalName='my_table')/Attributes(LogicalName='my_column')
i get the error -
 
{
    "error": {
        "code": "0x80040217",
        "message": "No rows could be found for Attribute with id xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx if Attribute were published"
    }
}
 
Can anyone help ?
Categories:
I have the same question (0)
  • Michael E. Gernaey Profile Picture
    51,662 Super User 2025 Season 2 on at
    Metadata
     
    So the standard stuff for a long time.
    1. Make sure its published (publish all customizations)
    2. Use Patch instead of PUT
    3. Can you please share what headers you are using?
    4. is this column customizable or not? (assuming its published)
     

    If these suggestions help resolve your issue, Please consider Marking the answer as such and also maybe a like.

    Thank you!
    Sincerely, Michael Gernaey
  • Tsakoniatis Nikolas Profile Picture
    4 on at
    Metadata
    Hi Michael
     
    1. All customizations are published
    3. I try the request from Postman - these are headers used
        
    4. The column is customizable
     
    It seems like something is corrupted
     
    Nikolas Tsakoniatis
  • Michael E. Gernaey Profile Picture
    51,662 Super User 2025 Season 2 on at
    Metadata
     
    Which Power Up Program Module are you working on so I can go look at the instructions myself.
     
    I do not think anything is corrupted.
    Please share your Tool/Flow from your environment.
     
    I am unaware of using this for any Power Up requests hence my request.
     
    Also, you said you tried from PostMan, does that mean it didn't work?
    Also you said you used the JSON from the first Get, but that isn't the exact just "body" of the update so I want to see what you are doing.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Leaderboard > Microsoft Power Up Program Community

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 231 Super User 2025 Season 2

#2
mmbr1606 Profile Picture

mmbr1606 107 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 39 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics