-
Notifications
You must be signed in to change notification settings - Fork 36
Description
When flows in a solution point to multiple sites, the migrator does not seem to get the list ID of all the subsites correctly when trying to use the root site, causing me to have to go through one site at a time.
For example if the root site is
And some other sites in the tenant are
https://mypage.sharepoint.com/sites/site1
https://mypage.sharepoint.com/sites/site2
https://mypage.sharepoint.com/sites/site3
and I have 3 flows that each point to one of those sites, I tried authenticating with the site
https://mypage.sharepoint.com
and it seemed to handle the website update in the flow but not the list ID. Therefore I had to go through and add each site to it's own solution and run the migrator which became tedious.
Overall it's a great product and thank you so much for the work, though if it could handle authenticating at the root site and correctly get all the lists that would be amazing.