Releases: Zerg00s/FlowPowerAppsMigrator
Releases · Zerg00s/FlowPowerAppsMigrator
Flow & Power Apps Migrator 3.10.0
Flow & Power Apps Migrator 3.9.8
3.9.8 Version - 2023-09-25
Changes
- Added additional tips to the users getting the
0x80070005 (E_ACCESSDENIED)
error.
Flow & Power Apps Migrator 3.9.7
3.9.7 Version - 2023-09-22
Changes
- Addressed issue #66 You cannot call a method on a null-valued expression
Flow & Power Apps Migrator 3.9.6
3.9.6 Version - 2023-09-06
Changes
- Addressed issue #66 You cannot call a method on a null-valued expression
Flow & Power Apps Migrator 3.9.5
3.9.5 Version - 2023-08-30
Changes
- Removed the REST API call that was causing 403 error for some users.
Flow & Power Apps Migrator 3.9.4
3.9.4 Version - 2023-08-6
Changes
- Now removing the
pnp:SiteFields
node from the Lists.xml PnP provisioning template. The empty node was causing the invalid template error.`
Flow & Power Apps Migrator 3.9.3
3.9.3 Version - 2023-07-14
Changes
- Removing even more fields causing the infamous
0x80070005 (E_ACCESSDENIED)
error. - Trimming trailing slashes in the site URLs
Known issues
- Migrated lists with custom content types end up with an extra content type that should be deleted manually after migration.
- Migrated lists might need fields to be added to the content type or a form. In some cases, migrated lists show only the Title in the edit form.
Flow & Power Apps Migrator 3.9.2
Changes
- Removing Site fields causing the infamous
0x80070005 (E_ACCESSDENIED)
error.
Known issues
- Migrated lists with custom content types end up with an extra content type that should be deleted manually after migration.
- Migrated lists might need fields to be added to the content type or a form. In some cases, migrated lists show only the Title in the edit form.
Flow & Power Apps Migrator 3.9.1
3.9.1 Version - 2023-06-11
Changes
- fixed a bug reported by spg-iwilson
Known issues
- If the source and the target sites were created using different languages, then the app migrator will fail with the Access is denied (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) error.
- Migrated lists with custom content types end up with an extra content type that should be deleted manually after migration.
- Migrated lists might need fields to be added to the content type or a form. In some cases, migrated lists show only the Title in the edit form.
Flow & Power Apps Migrator 3.9.0
3.9.0 Version - 2023-06-07
Changes
- Added an ability to run migrations using SharePoint-only App ID and App Secret. Use the
config\migrator-config.json
file to do it:
{
"source-site-url": "",
"target-site-url": "",
"source-site-app-id":"",
"source-site-app-secret":"",
"target-site-app-id":"",
"target-site-app-secret":""
}
Known issues
- If the source and the target sites were created using different languages, then the app migrator will fail with the Access is denied (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) error.
- Migrated lists with custom content types end up with an extra content type that should be deleted manually after migration.
- Migrated lists might need fields to be added to the content type or a form. In some cases, migrated lists show only the Title in the edit form.