I am getting the following error in UI Flow Launch APP action. I have tried with notepad, calculator and excel but still the same error occurs.
GeneralScriptExecutionError. Script execution failed with exception: System.OverflowException: Value was either too large or too small for a UInt32. at System.ParseNumbers.StringToInt(String s, Int32 radix, Int32 flags, Int32* currPos) at System.Convert.ToUInt32(String value, Int32 fromBase) at Microsoft.Flow.RPA.Data.Components.Providers.KeyboardDataProvider.ValidateKeyBoardLayout(String keyboardLayoutId) at Microsoft.Flow.RPA.Agent.Engine.Operations.RpaLaunchApplicationAction.<OnExecute>d__1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Flow.RPA.Agent.Engine.RpaScriptExecutionEngine.<ExecuteActionOperation>d__8.MoveNext()
Any Help would be appreciated.