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”?