Navigate to Flow Screens Dynamically with Custom Navigation Buttons

 forcePanda

I recently came across a very interesting use case(thanks to Sarah Khalid).

Imagine you have a flow screen with a bunch of custom navigation buttons that take you to the next flow screen when clicked. But what if you want to navigate to different screens based on the button you clicked?

NOTE: One way to solve this is by replacing custom navigation buttons with radio buttons paired with a Decision element and navigate to screen based on the selected radio button. However, this costs you an extra click and also makes the design less intuitive.

So what can we do?

Let’s take a very simple example and see how we can solve this.

We have a screen with three custom navigation buttons(Button 1, 2 and 3) and we want to automatically navigate to Screen 1, 2 and 3 when the respective button is clicked.

Idea

The idea is simple…

View original post 230 more words