gxOTERROR
gxOTERROR
TTypebot
Created by gxOTERROR on 4/11/2025 in #help-and-questions
Switch case, conditions
i need to created a loop if no received correct number
7 replies
TTypebot
Created by gxOTERROR on 4/11/2025 in #help-and-questions
Switch case, conditions
switch ({{FirstSelectMenu}}) {
case 1:
return "Você escolheu a opção 1";
case 2:
return "Você escolheu a opção 2";
case 3:
return "Você escolheu a opção 3";
case 4:
return "Você escolheu a opção 4";
case 5:
return "Você escolheu a opção 5";
default:

return "404";
}
switch ({{FirstSelectMenu}}) {
case 1:
return "Você escolheu a opção 1";
case 2:
return "Você escolheu a opção 2";
case 3:
return "Você escolheu a opção 3";
case 4:
return "Você escolheu a opção 4";
case 5:
return "Você escolheu a opção 5";
default:

return "404";
}
7 replies
TTypebot
Created by gxOTERROR on 4/11/2025 in #help-and-questions
Switch case, conditions
but how i can verify the Error variable?
7 replies
TTypebot
Created by gxOTERROR on 4/11/2025 in #help-and-questions
Switch case, conditions
i trying to make this easy fluxogram
7 replies