Action_deactivate_form not working

If you use self.from_text() in actions.py, you should write like this: “email”: self.from_text(not_intent = “deny”). If so, when the intent “deny” is detected, it will not be taken as a form object and stop the form. Let me know if this works!