Homepage Deprecation Tool throwing error "Error occurred while inserting record: Error during insert of pa_homepage_migration_status (My ITIL Homepage)"Issue Steps to Reproduce : 1) Open Homepage Deprecation Help Tool > Overview > Populate Homepage Migration status table > Once workflow opens > click on "test" > Run Test > View the flow execution details 2 Note error message " Error occurred while inserting record: Error during insert of pa_homepage_migration_status (My ITIL Homepage)" CauseTable "pa_homepage_migration_status" extends task and the instance has a "unique constraint" on the number column on task on the database which is resulting in the error. There is no unique constraint for number column on the task table on an ootb instance ResolutionWorkaround Edit table definition for "pa_homepage_migration_status" and check "auto-number" > Update to save changes and run workflow again