diff --git a/docs/4. Product Features/03. Flows/2. Flow Actions/04. Wait for the contact to respond.md b/docs/4. Product Features/03. Flows/2. Flow Actions/04. Wait for the contact to respond.md index f9efd1842..9b15c5a26 100644 --- a/docs/4. Product Features/03. Flows/2. Flow Actions/04. Wait for the contact to respond.md +++ b/docs/4. Product Features/03. Flows/2. Flow Actions/04. Wait for the contact to respond.md @@ -4,7 +4,7 @@ 5 minutes read Level: Beginner - Last Updated: October 2025 + Last Updated: July 2026 @@ -74,6 +74,17 @@ To accept the input if the input is present in the response criteria. ### 4. has only the phrase Accepts only if the response matches exactly what is defined in the response criteria. +### 5. has multiple values +Accepts the input only if every word in the response is one of the values defined in the response criteria. Multiple values can be added, separated by commas, and the response is checked the same way. + +The contact does not need to send every value from the list and can send them in any order, but the response is valid only if all the words in it come from the defined list. If the response includes even one word that is not in the list, it is treated as invalid. + +This is the opposite of has any of the words, which accepts the response if even a single word matches, regardless of the rest of the response. + +Example: Criteria = Math, Science, English, History. A response of Math or Math, Science will be valid. A response of Math, Art will be invalid since Art is not part of the criteria, even though has any of the words would accept it because Math matches. + +Wait for Response node showing the has multiple values option + ---