I'm implementing an action form to collect all the required data for some processing but I got this error:

Failed to extract slots

nlu.md (1.5 KB) responses.md (575 Bytes) stories.md (513 Bytes) actions.py (1.6 KB) config.yml (642 Bytes) credentials.yml (938 Bytes) domain.yml (2.3 KB) endpoints.yml (1.4 KB)

Hi @js2547, i recommend running rasa run actions --debug and rasa shell --debug in order to get more information about what is happening in your bot. It looks like you probably have some logic issues in your stories and/or custom actions.