I'm using latest version of Automate and Outlook New from the MS Store. I'm on windows 10,
The Launch Outlook flow doesn't work. I tried with both having the Outlook app closed and opened befor running the flow.
Here's the error code:
Correlation Id: be7fe6c4-97d6-4378-a011-9a215ad66330 Value cannot be null. Parameter name: type: Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException: Failed to launch Outlook ---> System.ArgumentNullException: Value cannot be null. Parameter name: type at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.Activator.CreateInstance(Type type) at Microsoft.Flow.RPA.Desktop.Modules.Outlook.Actions.OutlookActions.LaunchOutlook(Variant& outlookInstance) --- End of inner exception stack trace --- at Microsoft.Flow.RPA.Desktop.Modules.Outlook.Actions.LaunchOutlook.Execute(ActionContext context) at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)