Learn about the Set Variable block and how to set it up in the Builder.
counter
to keep track of the number of questions that have been asked. This variable is incremented by 1 each time the user answers a question.
Then, we’re using the Condition block to check if the counter is greater or equal to 3. If it is, a message is displayed to inform the user that their inquiry has been forwarded to the team. Else, the AI asks the next question.