Back to All

How to use attributes and response to interaction to a single condition

I am setting an attribute value for interaction in that if the attribute value is 'A' then go to interaction 1 and if it is 'B' then go to interaction 2. In that same interaction, i have other simple connections like if the response to the interaction is exactly matched with 3 then go to interaction 10 but when i select the number 3 and go to interaction 10 and come back to the first interaction and select number 3 again it goes to interaction 1 instead of interaction 10

I would like to know is there a way to use multiple conditions for a single connection or can i use the same response to an interaction instead of Attribute:

E.g:

If response to interaction = 1 then go to interaction 5
If response to interaction = 1 then go to interaction 6

(or)

If responseTo interaction = 1 and Attribute='A' then go to interaction 5
If responseTo interaction = 1 and Attribute='B' then go to interaction 6