Zerg00s / FlowPowerAppsMigrator

Converts SharePoint Data sources for the MS Flow and PowerApps to a new tenant of your choice.
MIT License
138 stars 34 forks source link

Cannot migrate in one site #42

Open dzmitrykvach opened 1 year ago

dzmitrykvach commented 1 year ago

Hi ! I faced with error while trying to move form from one list to another into one site error.

Is it possible for Migrator or it works just for different sites?

Zerg00s commented 1 year ago

hi @dzmitrykvach

Can you try to supply a different URL?

❌Instead of https://XXX.sharepoint.com/sites/XXcompliance/lists ✔️use https://XXX.sharepoint.com/sites/XXcompliance

the /lists part should not be included.

dzmitrykvach commented 1 year ago

but my form should be migrate: from https://xxx.sharepoint.com/sites/XXcompliance/lists/mysite2022 to https://xxx.sharepoint.com/sites/XXcompliance/lists/mysite2023

i cant insert link without 'lists', is it possible to avoid?

Zerg00s commented 1 year ago

is mysite2022 a subsite? Or it's a list? it's just that the URL looks more like a list.

if mysite2022 is a list, then you need to use the https://xxx.sharepoint.com/sites/XXcompliance URL. if it's a subsite - I will have to test this scenario.

dzmitrykvach commented 1 year ago

mysite2022 and mysite2023 are just lists on the same site. If i use https://xxx.sharepoint.com/sites/XXcompliance for Source and Target URL nothing changes in resource mapping file and zip file for Form doesnt change in [dist] directory . When i use https://xxx.sharepoint.com/sites/XXcompliance for Source URL and https://xxx.sharepoint.com/sites/XXcompliance/lists/mysite2023 for Target URL i have the same error like in first message.

it seems no way to fix it and transfer the form. I tried to use many algorithms and tried to change manually zip file but had no success.

Zerg00s commented 1 year ago

I see. Unfortunately, migration within the same site is not supported by the script yet. You are the second person who requested this feature, but so far, it's only possible to migrate between different sites and tenants, not within the same site.

dzmitrykvach commented 1 year ago

Thank you, nevertheless