Hello there,
I’m a beginner who is working on to create a process… to execute one customer ID taken from a csv file, update and be saved. And it goes back to the same transaction to execute the same tasks for the next customer ID in the csv file.
I notice Uipath recognizes the exact SAP window for the first customer ID. The selector accepts only the first customer ID, not the next customer ID which is not recorded in there(of course), so the bot failed.
Error due to title='Display Person : 1234567, this number is the first customer ID. When the next customer ID is 4837636, it fails.
I learnt to use the document “Selectors with Wildcards” in this forum, though it would be great if I could set a variable for any customer IDs in the selector for validation instead of putting a wildcard.
Selectors with Wildcards
I set a part of the bot like the below.
Can be the selector edit title='Display Person : {{variable1}} (something like this.I know this does not work…)?
Please advise if you know how I can edit the window title in the selector to use a dynamic variable for this case?
Thank you-,