How to repeat same action more time in uipath

I have a try/catch activity and in that…
I have MessageBox with a question to user.
Have an if statement with YesNo answer.
when user answer yes it moves to another flow… but when user answer No… then I want to repeat the same question again with a delay in time.

how can i do that?

OR can i use retry scope by using userAnser= “No”?

Can i check why are you using a try/catch for that? Do you want to use a while loop instead?

Hi,

as @seanrockvz13 said, for this purpose, you should use a while loop.

Gio