Forum Discussion

Anil_kumar's avatar
Anil_kumar
Copper Contributor
Mar 05, 2022

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...
  • Paul_Mather's avatar
    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

Resources