Hello.
I'm trying to input data from one Excel file to a database using power automated desktop. (I'm not new on it)
The flow is as follow:
- open the specific page on browser (Chrome)
- for each item number in Excel, search it on database searchfield
- open the page
- input corret price
- press "check" button
- press "save" button
Now I can do this flow only for the first item in my list, when the flow start with the second one, I get the error "can not find the button" (since I'm using a japanese version of PAD, I think that the error specification is differrent from the english one).
The problem seems due to the fact that each item has a different URL, consequently the button refer change every time (ie: the button reference for the first item is "form[Id="edit_product_4007"] > div[Class="bottom-button-area"] > input[Class="button-next btn"][Name="commit"]" , but it change in "form[Id="edit_product_4008"] > div[Class="bottom-button-area"] > input[Class="button-next btn"][Name="commit"]" for the second and so on).
Is there a solution to this error?
Thank you very much