Hi,
I have a well defined power app, which has a direct connection to our Project Online Cloud Server. Using the an OData for project Online Data connection within the App I can gain access to all many of OOB fields and custom fields which works a treat.
One of the other options available is to from the Power App and using the Project Online Connector, create a new project direct into the Project Online instance. This having been tested works well, however with one downside, one submitting to create the new project it automatically selects the default Enterprise Template that ships with Project Online, however I have a specific Enterprise Template my team uses as it has certain elements associated with it such as unique prefix and a workflow that builds the status flow for each project.
So I am struggling to ascertain how I can select the required enterprise template when I hit the create project button, which is makes simple use of the existing connector, but I'm wondering if there is a means to select the require Enterprise Template as part of the request to create on clicking the button.
Here is the code I run on the button to send the create project request to the Project Server:
ProjectOnline.CreateProject("https://siteurl/pwa", ProjectName.Text, {Description: ProjectDescription.Text, Start: ProjectStartDate, Budget: ProjectBudget.Text})
Hopefully there is a control of switch I can put somewhere in the above string that tells Project Online to select the required Enterprise template I need to call on create.
Thanks in Advance
Stuart
Hi @Stuartnt ,
You can use Power Automate with Send HTTP request to SharePoint action to achieve your need, according to below thread:
Automatically create Project with template - Microsoft Tech Community
Best regards,
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional