Grouped: Execute a sequence of actions
Needing help with this action. I have created an action that allows the user to
clear their current data and navigate back to the data entry page in the event that they have made an error and need to start over (as well as to prevent multiple entries of this specific data, as they only need to be able to enter one line).
The group action I have set up fires two actions: the first clears the data, and the second navigates them back to the data entry page. As it stands, the group action is only firing the first action and then reloading what I assume is a default view, and not where I want the user to end up. I have tried reversing the actions to see what happens and it is the same thing - it fires the first action (navigation in this case) and doesn’t fire the second (clearing data).
Is there something I’m missing to get both actions to fire?