Help with decisions

Hi

I’m putting a process together where the Robot will read a cell on Excel, and depending on what the cell says, it’ll take a certain route.

There are 15 different possibilities of what the cell will say, therefore 15 different routes. They’d be quite big so If’s are out of the question.

Does anyone have any recommendations of how they’d go about this? The Flow Switch was the first thing that came to mind, however that only has 11 outputs rather than the desired 15. I could use Flow Decision but that would look a bit messy considering there’d be so many of them.

Thanks for any suggestions :slight_smile:

how about nested if condition?