I'd like to have a button that I could design to check if certtain conditions are present, and if so, then direct to a number of possible different actions. For example, if someone were to click on a button to submit a form, it would check to see if that person has already submitted the form. If so, then I could tell it to go to a different url. Also, I might would want to have a button check the IP address, and if there is a match, redirect to a url that has customized information for them. So bascially, we want to be able to say "if this button is clicked, 1st check to see if XYZ condition exists (like how we create this in Automations). If "A" condition exists, then do 123. If "B" conditions exist, then do 456. If "C" conditions exist, then do 789... and so on.