Go Back to a Previous Action

Not sure if this is possible, but what I’m trying to accomplish is to Prompt for User Input at a point in the macro where the user is verifying that a certain condition on a web page is correct. The user will then have 3 button choices: Cancel, Try Again, and OK. Obviously Cancel will cancel the macro, OK will proceed forward in the macro, but what I want “Try Again” to do is loop back up to an earlier User Input Prompt where they entered the information to be checked and allow them to try a different value that will then go through the same verification process.

Is this possible? If so, how?

Thanks in advance for any help.


UPDATE: I think I can accomplish what I want using the Until action.
If anyone has a better suggestion, I’d be grateful.

I've got just the thing for you:

:slight_smile:

1 Like

Hey Dan, I like that very much. I can see using that little sequence in lots of places. Have already given it the cmd+F15 treatment :))

— Craig

1 Like

LOL. I haven't added it because I didn't even think of it. But the next time I wanted to do that, I'd be searching all over the place for it. Thanks for the reminder!