Why can't I save the trigger?
Please check if you have created the trigger in the "Advanced" setting previously.
If so, you could not apply the "Basic" setting to your trigger because the "Advanced" setting will override the "Basic" setting.
Related Articles
How to trigger with sticker only?
If you would like to trigger the node only with sticker, please create a trigger with the condition below: 1. Go to a node in Stella bot builder 2. Create a new Trigger in the node inspector 3. Click "+ New Condition" in the right Condition panel 4. ...
How do I set up a text trigger?
While building your tree, you can head to "Trigger" in the node inspector and select the type of trigger you would like to apply. For example, you can locate "Keyword", type your text into the "keyword" area, and click "Save". Click here to learn ...
What is Trigger?
A Trigger is a way to notify a node to send its response message. With the right trigger, the end user can enter the right node in a conversation flow. In general, a node can be matched by computing its trigger in the following ways: ...
Why the Save button is disabled sometimes?
Please note the Save button only enables saving (turn to a blue button) if there is any changes in the content.
How to save the WhatsApp location sent from the user?
You could use the following action to save the longitude, latitude, and address from the WhatsApp location. return new Promise((resolve)=>{ this.member.botMeta.tempData.long = this.lodash.get(this.messageEvent, ...