Hi, when trying to automate an email reply, but it seems i get the error in the title when trying to use Launch Outlook in windows 11.
Is it that Outlook is not identified as the basic "Email" app that comes with windows11 and I need to install the office suite one?
Value cannot be null.
Parameter name: type: Microsoft.Flow.RPA.Desktop.Robin.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.ActionRunner.RunAction(String action, Dictionary`2 inputArguments, Dictionary`2 outputArguments, IActionStatement statement)