You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: MISC/Move-Lists.ps1
+4-2
Original file line number
Diff line number
Diff line change
@@ -179,10 +179,12 @@ if ($MigrationType -eq "Import") {
179
179
catch {
180
180
Write-Host"[Error] "-NoNewline -ForegroundColor Red
181
181
if ($error[0].Exception.Message -match"(403)"-or$error[0].Exception.Message -match"unauthorized") {
182
-
Write-Host"Make sure you have full control at the target site $TargetSite"-ForegroundColor Yellow
182
+
Write-Host"Make sure you have full control at the target site. However, This error is not always related to the permissions.$TargetSite"-ForegroundColor Yellow
Write-Host"Make sure that both target site and the source sites created with the same language. Cross-language list migration is not supported."-ForegroundColor Cyan
185
+
Write-Host"Tips: 1) Make sure that both target site and the source sites created with the same language. Cross-language list migration is not supported."-ForegroundColor Cyan
186
+
Write-Host"Tips: 2) Read https://github.com/Zerg00s/FlowPowerAppsMigrator/wiki -> Create a SharePoint-only application and use it for authenticaiton"-ForegroundColor Cyan
187
+
Write-Host"Tips: 3) Create an issue on https://github.com/Zerg00s/FlowPowerAppsMigrator/issues. And Share the Lists.xml file in the root folder."-ForegroundColor Cyan
0 commit comments