How to have different action chains for different steps in a guided them for CANCEL button
Summary:
Hi,
I'm working on the guided theme in VBCS Redwood application and I have 4 steps in the flow. Now for each step, I want to add logic upon clicking the CANCEL button it should remove the changes made in the step. Also, I want to add my custom logic in the chain for each CONTINUE operation in each step. However the cancel and continue action chains are common for all the steps as these are events scheduled at the application level. How can I achieve this?
Content (please ensure you mask any confidential information):
Right now I'm navigating to the home page upon clicking CANCEL in the first step page. When I click on the CANCEL button in step-2/3/4 it takes me to the home page which is the first step page logic I've put in. How can I set in my Action chain that Step-1,it should do some piece of action and Step-2 differently, simultaneously for other steps?