Hi,
Am trying to use the send keys action with "{control}({v})", this action works perfectly on my local machine (Windows 10) but in windows server i get this error:
Correlation Id: f1ad3e3b-a01f-4173-8c50-0340a0849cc9
Method not found: 'System.ValueTuple`3<System.String,System.String,Int32> Microsoft.Flow.RPA.Desktop.Modules.SDK.Extended.Types.UIControl.Parse()'.: Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException: Method not found: 'System.ValueTuple`3<System.String,System.String,Int32> Microsoft.Flow.RPA.Desktop.Modules.SDK.Extended.Types.UIControl.Parse()'. ---> System.MissingMethodException: Method not found: 'System.ValueTuple`3<System.String,System.String,Int32> Microsoft.Flow.RPA.Desktop.Modules.SDK.Extended.Types.UIControl.Parse()'.
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Common.UIAutomationActionBase.ParseSelector(UIControl control)
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Common.UIAutomationActionBase.GetRuntimeElement(UIControl control, ElementRoute route)
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Common.UIAutomationActionBase.PerformLocalAutomation(Action`2 action, UIControl control, Boolean logAction)
at Microsoft.Flow.RPA.Desktop.Modules.MouseAndKeyboard.Actions.SendKeys.Execute(ActionContext context)
--- End of inner exception stack trace ---
at Microsoft.Flow.RPA.Desktop.Modules.MouseAndKeyboard.Actions.SendKeys.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
My power automate version is 2.32.111.23124
Can anyone help me pls?