Im receiving one of 2 json response. Then, i want to make a certain button go to one of two layouts depending on the json response. I see how to invoke a service in the list of events for the button i want to attach the service to, but how to i tell the service where to go next?
Example: I receive a true response. I want my next action to be a pop-up called success. If i get a false response, i want my next action to go to a pop-up called failure.