Need ability to sort logic branches

  • 1 December 2023
  • 4 replies
  • 29 views

Userlevel 1

When creating complex forms with logic branches that are evaluated in the order that’s shown in the UI, it sometimes becomes necessary to change the order. Right now, I would need to delete or update all branches just to replace the first branch.

There’s needs to be a way to move branches up and down in the Typeform UI.


4 replies

Userlevel 7
Badge +5

Hi @prohrbeck another good one, I will feed this back to the product team. Thanks for sharing! 

Userlevel 5
Badge +5

Meanwhile, you might want to look at the API
https://www.typeform.com/developers/create/logic-jumps/

Userlevel 1

Meanwhile, you might want to look at the API
https://www.typeform.com/developers/create/logic-jumps/

Sorry, I’m not sure I follow, @jeremielp. How does the API help here? I skimmed through the article but it just mentions the same thing that I have to make sure to create logic jumps in the right order. I don’t see a way to easily change the order programmatically. And even if, the whole point of using Typeform is the user-friendly UI.

Userlevel 5
Badge +5

My point is that while the function is not available through the TypeForm UI, you may want to automate that with the API, especially if you have to this kind of thing on a recurring basis, rather than having to remove all branches and restart.

Reply