
Hi,
I have build flow wihich reads excel file and based on this data is adding events to outlook calendar.
Last month it worked fine, used it few times.
This month my flow dowesn't work any more: after adding first event it throws error on step in which I try to change REMINDER filed value in new event window.
To change this field I use "Populate text field in window" where it inserts into REMINDER filed value "0" (zero).
I have tried to change this value in my flow by clicking on drop down menu and selecting "0min" but it also fails after 1 successful added event.
Any ideas what may be wrong?
or how to add events in different way?
ERROR MESSAGE: Click failed (failed to get UI element)
ERROR DETAILS: Exception of type 'Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.Exceptions.ElementNotFoundException' was thrown.: Microsoft.Flow.RPA.Desktop.Robin.SDK.ActionException: Click failed (failed to get UI element) ---> Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.Exceptions.ElementNotFoundException: Exception of type 'Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.Exceptions.ElementNotFoundException' was thrown.
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.AutomationRuntimes.UIAutomationRuntimeBase.RetractElement(IntPtr windowHandle, String selector)
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.AutomationRuntimes.UIAutomationRuntimeBase.ClickElementInWindow(IntPtr windowHandle, String selector, MouseClickTypeEnum clickType, RectangleEdgePointEnum elementRectangleEdgePoint, Int32 offsetX, Int32 offsetY)
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.UIAutomationActionsDispatcher.ClickElementInWindow(Variant windowSelector, Variant controlSelector, Variant offsetX, Variant offsetY, Guid windowId, Int32 clickType, Int32 elementRectangleSubsector, Int32 automationImpl)
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.ClickElementInWindow.Execute(ActionContext context)
--- End of inner exception stack trace ---
at Microsoft.Flow.RPA.Desktop.Modules.UIAutomation.Actions.ClickElementInWindow.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
Have tried to do the same with Outlook Web Access in Office 365 but PAD is all the time loosing reference to buttons in OWA throwing error: Click failed (failed to get UI element)