I have file 'A' in folder. 'Click UI Element in Window' clicks on the file and opens it, in two steps. It then performs actions relating to file and deletes the file 'A'.
Now the loop pastes file 'B' in folder. The 'Click UI Element in Window' which worked for file 'A' no longer works for file B. Could something be done to perform the same action for file named 'B'.
The names of the files 'A' and 'B' are based on prices which are the exact same as prices in excel which is stored in variable 'Actual'.
Say the name of file is '21000', it will perform the action, but when the loop brings over the file named '17000' the actions will fail.