Hi all,
I'm trying to build a flow which creates a new Project in MS Project Online (Creates new Project), then creates a task in the Project (Creates new Task). This shoud happen in the same flow. The trigger is adding a new item to a Sharepoint List, which contains all necessary info.
Flow working fine up until the task has to be created in the newly created Project. My issue is deriving the site URL of the Project (which is required to check-out the Project, then create the task, as part of 'Creates new Task') when it's only been created in the same flow.
Is there a way to obtain this URL using an expression, or perhaps have a set between creating the project and trying to create the task which extracts it?
Thanks in advance for your help.
Nick