Hello,
Sometimes my app becomes not responding because of the big load of data.
Can you give me advice how to say to UiPath studio to wait until the program respond.
Because sometimes the moment of not responding is like 1-2 minutes.
Is there a way to say if not responding - wait until respond.
Hi @Veselin_Ganchev - You can use Timeout property to handle that by default it is 30000 milli seconds you can set it to 90000 milliseconds equivalent to 90 seconds and that will work fine.