Apr 09 2020 09:34 AM
I am trying to setup a Power Automate that will create a Planner Bucket when a PWA Project has a task created where a Customer Enterprise Field is set to Yes.
The Project Online Power Automate Action List Task doesn't return Enterprise fields. I was looking in the Common Data Service; however I am not finding the PWA entities in the Common Data Service.
Any direction is appreciated!
Apr 10 2020 01:44 PM
Hello @Matt Griffin ,
As you have seen, the Power Automate actions for Project Online are not aware of the any Enterprise Custom fields. Project Online data is not in the CDS either as Project Online is an application built in SharePoint. If you want to use Power Automate, maybe you could have a SharePoint HTTP action and query the Project Online Reporting OData API to get the tasks and the Enterprise custom field values then use that data in the other actions.
Paul
Apr 13 2020 04:21 AM
Apr 13 2020 11:53 AM
SolutionHello @Matt Griffin,
There are quite a few on my blog using the SharePoint HTTP Power Automate action for Project Online: https://pwmather.wordpress.com/ - here are some specific examples (there are more but these will give you the idea):
Paul