Forum Discussion
How to Call custom fields using OData in Project online/Power automate?
Hello Anil_kumar ,
Try {pwaUrl}/_api/ProjectData/Projects()?$select=ProjectName,_x0032_024 - the first number is encoded. If you are unsure of the properties to use in any endpoint, use the metadata endpoint the check {pwaUrl}/_api/ProjectData/$metadata
Paul
3 Replies
Hello Anil_kumar ,
Try {pwaUrl}/_api/ProjectData/Projects()?$select=ProjectName,_x0032_024 - the first number is encoded. If you are unsure of the properties to use in any endpoint, use the metadata endpoint the check {pwaUrl}/_api/ProjectData/$metadata
Paul
- cangucluCopper Contributor
Hi Paul_Mather​, I am trying to query a custom text field from a project file that resides in MS Project online (Text29 column), however I am not sure how to use these endpoints nor check for them in the metada link you have provided. I was wondering if querying a custom text field possible, and if so what would be the steps?
- Anil_kumarCopper ContributorThank you Paul Mather
It's working fine.