Under the English_gather flow, when I click 2 or 3 on the caller pad, it keeps going to the first option. Not sure why?
Asked
Active
Viewed 83 times
-1
-
Did you make sure to update your flow? – Alan May 12 '22 at 21:51
-
Please provide enough code so others can better understand or reproduce the problem. – Community May 13 '22 at 15:58
1 Answers
0
You are testing the wrong variable in that Split widget. If you look closely you can see you are testing against {{widgets.Welcome.Digits}}
and it should be {{widgets.English_gather.Digits}}
.

philnash
- 70,667
- 10
- 60
- 88