Provisioning a SharePoint form and change Data source

Hi
I am automatically creating Portals for our departments.
I have a “Master” Site /sites/DepartmentSite2
And i use Flows and PowerShell to create new sites.
I also use the Provisioning API
The Plumsail Sharepoint Form “New” is provisioned from the “Master site” document library “/sites/DepartmentSiteMaster” with the List Name: “Our Working Docs” to the new document library “/sites/DepartmentSite1” List Name: “Our Working Docs”.
But how do I make the Site URLs dynamic?

The Form contains:

2x lookup controls pointing to the sharepoint list “/sites/DepartmentMaster” with the List Name: “Contracts” but after Provisioning the Site URL is still pointing to “/sites/DepartmentMaster” and not the newly created one /sites/DepartmentSite1 with the List name “Contracts”

1x List or Library Control pointing to the document list where it is “Running from” but that is also the “Old” Site URL

Found the solution, i can manipulate the json before the provisioning :slight_smile:

Hello @Morten_Paulsen

could you share the procedure what you do before you provision the forms to a new department site? :slight_smile: Thank you.

Regards

Stepan