How to wait until the particular field turns from active to finished in sap automation. There is a text field called active, running the file in background , how to wait until the field change into finished then next steps should be continue.
Use Check App state activity. Select the UiElement which is Finished so bot will wait for the element. Enter Wait for seconds as per your need. Here I put 60.
Thanks,
Ashok ![]()
What if I dont know the exact time.
You can put maximum you think will be sufficient. If bot finds it earlier than the defined time, it will not wait for that timeout. It will continue execution further as soon as finds that status as Finished.
Thanks,
Ashok ![]()
No its not working out

initial state is this
it should wait until that block change into finished
like this
You will have to add text of the label also in the selector. Open the selector in Ui Explorer and see there would be one property with value Finished. Select that one also and save the selector.
I don’t have SAP to replicate this but if you could show me the selector in Ui Explore, I would be able to point it exactly.
Thanks,
Ashok ![]()
Click on Open in UI Explorer
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.

