First off, I’m a total beginner in UiPath, so maybe this is an issue, that can be easily fixed. However I reckoned you could propably help me a lot faster than I could solve this by myself.
My goal is it to create a costumer order in SAP Fiori with UiPath. Login works fine, as well as choosing the option “create costumer order” and entering all values except two. The main problem seems to be, that these two values are located inside a dynamic table, that changes its ID every time the page is being refreshed and thus cannot be found by the selector.
I’ve tried solving the problem by establishing an anchor base but everytime I try to run the file, it stops right before entering the first value and eventually an error occurs that states, that the activity timeout has exceeded.
In the selectors try to avoid using id’s(which is having some number’s) which are probably changing and causing the issue.
try to select fields like aaname , rowName etc to identify the element, instead of relying on id
I created a new type into activity and didn’t change any selctor of this activity, but unfortunately it still doesn’t work and the same error as before is shown.
Please spend an hour to check the webinar, where I am creating live a sales order in SAP WinGUI, doing some modification in SAP WebGUI (exact your case with tables) and then using SAP FIORI for releasing of the order.
SAP WebGUI for Tables, can be tricky some time, but actually super easy to automate if you know some basic hints.