Back to All

Global Connection and Adding an another connection with "and"

So, I have created a single chatbot, which contains interactions both in German and English. In the beginning, the user selects the support language, and then the welcome message(interaction) is displayed in the language. To make my job easy, I only used Global connections both for German and English. But as you can imagine, some words or shortaned notations are the same, like GDPR. So, I just want to show the GDPR info in English they selected English at the beginning, and show GDPR info in German if they selected German at the beginning.

On the global connection tab, there is no way to add a logic to implement, if user types GDPR and the variable language is German, go to German GDPR, like so.

How can I achieve my goal?

Thank you