Page 1 of 1

"Switch...Case...Default" flow loop

Posted: Thu Feb 14, 2013 1:51 pm
by prashantak
I use RT for fixing a lot of error messages, and there are many types of errors and each error has a different fix..
right now i have lots of "If...Else" flow loops and its getting very complicated..
I think a "Switch...Case...Default" flow loop will make it lot easier for not just me but also for RT, as then it will not have to go through all the "If..Else" flows before proceeding to next task...