I am have flow that run on my computer and get the data and enter into to software it on RDP , flow work perfectly last update it stop. I have to click on add UI Element everytime to sync with agent other wise get this error
does any one get this issue and how did you solve this ?
PAD version is up-to-date
Correlation Id: 8d0cb6c5-6bdb-4788-98ec-0219ad7f6ca0
Microsoft.Flow.RPA.Desktop.UIAutomation.RDP.Common.Exceptions.RdpAgentSyncRequiredException: Exception of type 'Microsoft.Flow.RPA.Desktop.UIAutomation.RDP.Common.Exceptions.RdpAgentSyncRequiredException' was thrown.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Microsoft.Flow.RPA.Desktop.UIAutomation.RDP.Common.TranslatingDispatchProxy`1.Invoke(MethodInfo targetMethod, Object[] args)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Reflection.DispatchProxyGenerator.Invoke(Object[] args)
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Common.Proxy.RDPAutomationRuntimeRouter.HandleAutomationAgentException(IRDPClient client)
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Common.Proxy.RDPAutomationRuntimeRouter.GetClientAndRuntime(String serverAddress, IRDPClient& client, IAutomationRuntime& runtime)
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Common.Proxy.RDPAutomationRuntimeRouter.Invoke(MethodInfo targetMethod, Object[] args)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Reflection.DispatchProxyGenerator.Invoke(Object[] args)
at generatedProxy_1.IsWindowOpen(UIRuntimeElement , IntPtr , String , String , FindWindowBy )
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Common.Proxy.UIAutomationRuntimeRouter.Invoke(MethodInfo targetMethod, Object[] args)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Reflection.DispatchProxyGenerator.Invoke(Object[] args)
at generatedProxy_2.IsWindowOpen(UIRuntimeElement , IntPtr , String , String , FindWindowBy )
--- End of remote exception stack trace ---
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Common.Proxy.RemoteAutomationRuntimeProxy.Invoke(MethodInfo targetMethod, Object[] args)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Reflection.DispatchProxyGenerator.Invoke(Object[] args)
at generatedProxy_1.IsWindowOpen(UIRuntimeElement , IntPtr , String , String , FindWindowBy )
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.IfWindowAction.<IsWindowOpen>b__31_0(IAutomationRuntime r, UIRuntimeElement e)
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Common.UIAutomationActionBase.PerformAutomation[T](Func`3 action, UIControl control, Boolean logAction)
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.IfWindowAction.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)