Question
2
Replies
79
Views
Posted: October 25, 2019
Last activity: October 28, 2019
Closed
How can we differentiate whether the user has clicked back button / link click in a screenflow while moving backwards
How can we differentiate whether the user has clicked back button / link click in a screenflow while moving backwards
***Edited by Moderator Marissa to update platform capability tags****
Hello,
When I traced the navigation using the "Back button" and the link, I observed a difference in the tracer:
2) If user navigates using the "Back button" then the GoToPreviousTask activity is called directly.
1) If user selects the link to go back to the previous step, then the activity "pzUnsubscribeFromPush" is called after which GoToPreviousTask activity is called.