Wait for data loaded and shown in application

Dear all,

I am new to UIPath and try to achieve the following. I want to record the time it takes for an application to show up data. Therefore I have created a sequence which opens up the application and clicks a button which triggers the data load process. Now my question is how can I identify that the data has been brought back onto the use interface. From an application perspective the data is shown in a table grid on the screen. Hope I can express the problem in a somewhat reasonable manner.

Best regards,
Stefan

You can try:

  • Element Exists Activity
  • Get Text from table by Get Text Activity and check if string is empty or not
  • On Element Appear Activity to check if table already appeared