early-train-33247
08/09/2023, 1:54 PMisNameValid
Then below the AI Task you add two Expressions. the first one has the code isNameValid === true and transitions to the next node
The second one has the code !isNameValid, and transitions to the start of the flow to ask the name again (ideally you should transition to a node with a text that says "That's an invalid name", and then transitions back to the node with the capture