I tried to edit the properties of a click activity. I entered 600 for the delay after but the delay doesnt stop. How many deconds is the 600 delay for? Am i getting the settings wrong?
If you are using Modern activity then just put in second normally,
If you want 60second delay then just put 60.
Happy Automation
@Martins_Micheal
Like this
Hey @Martins_Micheal if you use modern activity and when you hover on the timeout option it’s give you a hint details the time function working in modern like 30- means 30 sec.
while in classic if you want to add 30 sec you have to mention like this 30000.
and if you not change the time out it will take 30 sec for modern and as well as for classic too.
and same work for other timeout options too - like delay after/before etc and the default time out is like 0.3 or 0.2 means it wait some macro sec so you can modify it to your according.
cheers
how it works is once the previous activity completes it would wait for specified time for next activity to begin for delay before and delay after will be like the current activity completes and then it waits before it moves to next activity
now coming to type…in classic activities 600 would mean 600 milli seconds which is 0.6 seconds…in modern activities 600 would mean 600 seconds..based on this looks like you are using classic as it is not waiting at all…as 0.6 seconds is very small
Hope this helps
cheers
My first question is why are you using this delay? Hard-coding delays usually isn’t good design. If you’re waiting for something to happen before moving to the next activity, that’s what Check App State, Wait For Download, etc are for.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.


