I have process in Power Automate Desktop, which uses sample manager LIMS software. I need to enter a start date and end date on a form, but I can't capture that field to add the information. As pictured below, the textbox field is empty when I try to type a date while recording the RPA. This date will be dynamic daily. Can anyone help?
Robin.Core.ActionException: Falha ao gravar na caixa de texto (erro ao gravar) ---> System.Exception: Element location not found
em Robin.Plugin.UI.UIElement.HoverMouseOverElement(RectangleEdgePointEnum edgePointEnum, Int32 offsetX, Int32 offsetY)
em Robin.Plugin.UI.UIElement.ParametrizedClick(MouseClickTypeEnum clickType, RectangleEdgePointEnum elementRectangleSubsector, Int32 offsetX, Int32 offsetY)
em Robin.Plugin.UI.UIElement.Populate(String text)
em Robin.Modules.UIAutomation.Actions.UIAutomationActionsDispatcher.PopulateTextFieldInWindow(Variant windowSelector, Variant textFieldSelector, Variant textToFillIn, Guid windowId, Int32 automationImpl)
--- Fim do rastreamento de pilha de exceções internas ---
em Robin.Modules.UIAutomation.Actions.PopulateTextFieldInWindow.Execute(ActionContext context)
em Robin.Runtime.Engine.ActionRunner.RunAction(String action, Dictionary`2 inputArguments, Dictionary`2 outputArguments, IActionStatement statement)

