Goodday,
When I move my solution to the Unattended Production environment the below error occurs. I'm certain that the "retrieve email" functionality triggers this error as it works fine in Development, and when I keep it deactivated the script runs fully and without errors. As the error description suggests the PAD-versions might be different, but I've checked both versions and they're the same.
Any ideas how to solve this?
Encountered an incompatibility error during flow initialization: 'Microsoft.Flow.RPA.Desktop.Robin.Core.Packager.Exceptions.IncompatibleEngineException: This flow has been generated by a newer Power Automate version than the one currently installed. Download and install the latest version of Power Automate and try again.
at Microsoft.Flow.RPA.Desktop.Robin.Core.Packager.ProjectValidator.CreateAndReturnFinalValidationResult()
at Microsoft.Flow.RPA.Desktop.Robin.Core.Packager.ProjectValidator.ValidateProject()
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Packager.PackageProvider.UpgradeAndValidateProject(Project project, Nullable`1 flowId, Boolean throwExceptionWhenInvalid)
at Microsoft.Flow.RPA.Agent.Server.Components.ScriptEngines.RobinEngine.Helpers.RobinHelpers.PackProjectToDirectory(ILifetimeScope lifetimeScope, Project project, String directory, Guid flowId)
at Microsoft.Flow.RPA.Agent.Server.Components.ScriptEngines.RobinEngine.DataResolvers.DataResolverV2.GetFlowDataAndSetState(Guid scriptId, Guid runId, Dictionary`2 flowInfoCache, String directory)
at Microsoft.Flow.RPA.Agent.Server.Components.ScriptEngines.RobinEngine.RobinScriptProvider.ResolvePackagePath(Guid flowId)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Microsoft.Flow.RPA.Agent.Server.Components.ScriptEngines.RobinEngine.RobinEngine.<Execute>d__23.MoveNext()'.