Topic: If using "Reserve Variable" is MultChoice still Required?

We have a primary menu that splits into several secondary menu's who were originally using "MultChoice + Branch on String" instead of "Simple Menu" since we needed to collect whatever SINGLE selection was ultimately selected in those secondary menus.

However, your technicians are now having us use "Reserve Variable" at the beginning and we are have each of those selections pointing to a variable (with that reserve variable its name and the ultimate syntax we wanted collected).  We are then posting that reserve variable thats finally collected via the restAREA.

MY QUESTION IS: If we are now using the "Reserve Variable" and then connecting each choice to the variables based on this....do we still NEED the multChoice+branch on string menu's?  Can we simplify this by using Simple Menu's connect into the variables (with our needed syntax) based on the reserve variable?  It seems like it would clean up the application. (As long as simple menu's selections can each be connected into a different variable connected to the reserve variable)

Thanks

Re: If using "Reserve Variable" is MultChoice still Required?

Yes, you can connect each of Simple Menu's branches to a Set Variable module that is named the same name as your Reserved Variables. Since you don't need the text from the Multiple Choice, then there is no reason to use that module.