If Confirmed Then action

YossiN

New member
Just now discovered this GREAT action:

BUT:

Is there a way to tell it that if the user didn't respond in some minutes- to "assume" he taped the OK (for example) and continue?

thanks
 

Endercraft

Moderator (& bug finder :D)
What about you launch this action block (without waiting for it to finish) and then put your if confirmed then clause right after ? That way, the OK button will be clicked after the specified delay.
.png
 

YossiN

New member
I'm probably doing something wrong
Following the hints above I tried to add wait & ui interaction- but the macro is "stuck" waiting to the if confirm action to be completed

what do I do wrong?
something in the flow of the actions?

F.jpg
 

YossiN

New member
What exactly do you want to achieve?
the original question:

In If Confirmed Then trigger
Is there a way to tell it that if the user didn't respond in some minutes- to "assume" he taped the OK (for example) and continue?
 

Qarboz

Well-known member
the original question:

In If Confirmed Then trigger
Is there a way to tell it that if the user didn't respond in some minutes- to "assume" he taped the OK (for example) and continue?
What you want to achieve is not possible with "IF Confirmed", because this action, as it stands now, does not have a timeout.
Right now I'm running out of ideas on how to do it, if it's possible
 

Dm114

Well-known member
the original question:

In If Confirmed Then trigger
Is there a way to tell it that if the user didn't respond in some minutes- to "assume" he taped the OK (for example) and continue?
Couldn't you use Dialog box options action instead?
 
Top