I'm attempting to create a Decision data action based on user input in a previous task. This user input will be 0-4 and that variable will be passed into a decision that transfers to a group based on the variable.
I'm not very versed on how to do this, is there documentation that could point me in the right direction or a different way to do this?
It sounds like the easiest thing to do would be to create a menu with 5 options, 0-4, and each option transfers to a queue. If you need to do this with data instead of a menu for some reason, use a Collect Input step followed by a Switch step.