Need ability to sort logic branches | Community
Skip to main content

Need ability to sort logic branches


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

Grace
Community Team
Forum|alt.badge.img+5
  • Community Advocate
  • 2590 replies
  • December 1, 2023

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


Forum|alt.badge.img+5
  • Community Wizard
  • 127 replies
  • January 7, 2024

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


  • Author
  • Explorer
  • 1 reply
  • January 8, 2024
jeremielp wrote:

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.


Forum|alt.badge.img+5
  • Community Wizard
  • 127 replies
  • January 8, 2024

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