Doing some experiments, it seems that the system does not understand the choice “user input” as a selection in the list.
In this example I show the two possible choices [ONE/TWO] and based on one or the other the system should display two different messages, but it seems that it does not understand the choice.
here the video: https://share.nmblc.cloud/96055cf5
here the pickaxe (if you want to smile) One or Two
here the prompt:
-
At the beginning of the processing, explicitly declare: “Selected choice type: [ONE/TWO]”
-
If ONE is “One” than generate this message “You want eat cheese”
-
instead if i select “Two” than generate this message “You prefer hamburger”
-
Before starting the processing, confirm the validation with: “VALIDATION COMPLETED - I proceed with the processing according to the selected analysis type: [ONE/TWO]”
if you want to make changes, know that it is clone-able
@admin_mike any suggestions?