Could someone help me in changing the populate text field of web page selector as the input field changes as the page gets reloaded.
My task is to enter the master data of customers, which are stored in a separate Excel spreadsheet, into a model driven app that I have created with PowerApps. After the form is filled in for one customer the bot has to do this for each row of the data table. For this I used the ForEach action. Unfortunately, once the new form loads, the UI selector of the text field won't get recognized correctly. The following did not work:
div:contains("CustomerName") > input.
Here you can see the HTML details:

Which of these could be used as an anchor? Thanks in advance!