Skip to content

Releases: Zerg00s/FlowPowerAppsMigrator

Flow & Power Apps Migrator 3.10.0

18 Jan 18:03
Compare
Choose a tag to compare

Changes

  • Removed migration of the column formatting JSON. This was causing the issues with the migrated lists.
  • Removing the migration of several out-of-the-box content types.

Flow & Power Apps Migrator 3.9.8

25 Sep 14:53
Compare
Choose a tag to compare

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

22 Sep 13:46
Compare
Choose a tag to compare

Flow & Power Apps Migrator 3.9.6

07 Sep 00:07
Compare
Choose a tag to compare

Flow & Power Apps Migrator 3.9.5

30 Aug 16:01
Compare
Choose a tag to compare

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

06 Aug 23:58
8a45a6a
Compare
Choose a tag to compare

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

15 Jul 03:35
Compare
Choose a tag to compare

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

06 Jul 01:49
Compare
Choose a tag to compare

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

11 Jun 23:33
Compare
Choose a tag to compare

3.9.1 Version - 2023-06-11

Changes

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

08 Jun 03:33
Compare
Choose a tag to compare

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.