Action Repeats itself

I currently have an action running on a timer showing someone a success screen where actions are happening on a countdown timer. Once the countdown finishes the action executes and the last action is to navigate away from the screen back to the user’s list screen.

The issue I’m having is whenever it navigates back to that screen the action performed on the previous screen on the countdown timer repeats itself and creates a duplicate record in the database.

Has anyone encountered this problem?

Hi @jeffrejm ,

If you can set the next screen as Home, you might avoid the link back.

Other solution would be to implement toggle to avoid duplication.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.