I have a drop down with 300+ options that then routes the user to a different ending. I would use the quiz option, but the issue there is some options need additional input to get to the right ending (i.e. some endings depend on answers to two questions, others do not). For example, I have “favorite toy” with 300 options and “gender” (m/f/nonbianry/etc). For some toys, I want the ending to be different depending on the toy & gender combo. For the rest, the endings are not impacted by the gender selected.
I currently am handling this by using logic to drive to endings but it is so time consuming and buggy. Is there a better way to do this?