How can I use REST API to GET the current Resource Name in a task? I have tried many API call's and have failed. I tried
_api/ProjectData/Projects('@{variables('ProjectID')}')/Tasks('@{items('Apply_to_each')?['Id']}')/CustomFields
and that column did not seem to show up. How can I GET Resource Name?
I noticed on this page(https://docs.microsoft.com/en-us/connectors/projectonline/) it says
The 'Resource Name' property is not returned for Project Online tasks since it is not returned by backend service's REST API itself.