# Go-to step based on variable input not on hard-written conditionals

**URL:** https://community.tulip.co/t/go-to-step-based-on-variable-input-not-on-hard-written-conditionals/15254
**Category:** Support, Troubleshooting, & Help
**Tags:** step
**Created:** [July 9, 2025, 9:43pm UTC](https://community.tulip.co/t/go-to-step-based-on-variable-input-not-on-hard-written-conditionals/15254 "2025-07-09T21:43:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![serhiy\_pylawka](https://avatars.discourse-cdn.com/v4/letter/s/db5fbb/32.png) [@serhiy\_pylawka](https://community.tulip.co/u/serhiy_pylawka)
#### Post date: [July 9, 2025, 9:43pm UTC](https://community.tulip.co/t/go-to-step-based-on-variable-input-not-on-hard-written-conditionals/15254/1 "2025-07-09T21:43:35Z")

</div>

Hi all I have a list of 30-40 errors and the matching steps to troubleshoot them. Hard coding the logic or placing that many buttons onto the landing page is impractical. This also carries heavy maintenance issues as the number of new errors will increase. The process in dev stage.  
Is it possible to have step navigation base on partial text input that matches step name? I image this to be into multiline widget or something else like it. I don’t have preference. I am using for best user experience and moderate burden of implementation. Maintenance will be the issue.  
Great many thanks

---

<div class="post-metadata">

### Author: ![thorsten.langner](https://avatars.discourse-cdn.com/v4/letter/t/4bbf92/32.png) [@thorsten.langner](https://community.tulip.co/u/thorsten.langner)
#### Post date: [July 10, 2025, 7:37am UTC](https://community.tulip.co/t/go-to-step-based-on-variable-input-not-on-hard-written-conditionals/15254/2 "2025-07-10T07:37:41Z")

</div>

You can use transition to step by name.

If you don’t want to force the user to type in the whole name, you can make a table (or object list variable) with all step names, and filter this by user input.

---

<div class="post-metadata">

### Author: ![serhiy\_pylawka](https://avatars.discourse-cdn.com/v4/letter/s/db5fbb/32.png) [@serhiy\_pylawka](https://community.tulip.co/u/serhiy_pylawka)
#### Post date: [July 11, 2025, 4:07pm UTC](https://community.tulip.co/t/go-to-step-based-on-variable-input-not-on-hard-written-conditionals/15254/3 "2025-07-11T16:07:35Z")

</div>

@thorsten.langner Thank you table worked beautifully.
