Forum Discussion
Anil_kumar
Mar 05, 2022Copper Contributor
How to Call custom fields using OData in Project online/Power automate?
for ex: https://companyname.sharepoint.com/sites/pwa/_api/ProjectData/Projects()?$Select=ProjectName,ProjectOwnerName if you type the above command in browser it will show list of all projects with...
- Mar 05, 2022
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
Paul_Mather
MVP
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
Anil_kumar
Mar 06, 2022Copper Contributor
Thank you Paul Mather
It's working fine.
It's working fine.