Hello,
I want to open a text file from excel from data> from text/csv tab. When doing this, it is necessary to give a delay of 3-10 minutes depending on the size of the data.
I have to wait 3 minutes for one data and 10 minutes for a different data. What else can I use besides delay?
Thanks
If doing through Ui Automation, you can use Check app state
Hi @muhammet.sezer2 ,
Maybe we could check if there is a possibility of doing it with background activities instead of using UI automation if that’s the current approach adopted.