Hi,
We are trying to automate data input into a legacy system. We have most of it working, but when trying to enter one of the key data fields, it's simply not populating. Power Automate identifies the input box UI element as "ThunderRT6TextBox", and that's what's generated when recording the data entry. However, in the same form the UI element selector also identifies a couple of read-only boxes with the same label, and when the automation runs it seems to select one of those instead of the editable box.
Having done a little research, it appears that a ThunderRT6 control enabled multiple data fields (posts from 2007-2010!).
My question is... Does anyone have any idea how we can select the 'right' box to actually populate it with PA Desktop?
Thanks.