Unfortunately, this delay does not work for some reason. See in the video:https://dropmefiles.com/DnZGy It's setup to 4 minutes and the BAS doesn't even wait 1mminute. What could I have done wrong?
If Load timed out try to load again.
-
How would it be possible to write a function that does: If Load timed out try to load again.
-
@genadijs34
SET LABEL and name it BEGIN
Push SCRIPT LOGIC - IGNORE ERRORS and insert loading page inside.outside of ignore errors do these steps:
IF [[WAS_ERROR]] == true
MOVE TO LABEL and insert the name BEGIN -
Nice, thanks!
-
@genadijs34
like me if it is useful for you))