@travelmail26 this sounds like the same thing we discussed in another thread the other day, can you confirm?
I still think your use case asks for a form. Because forms can run regardless of what the intent is (see more on from_text
slot mapping for instance. If you want to use custom actions, then you’ll have to either train your NLU such that it can classify things correctly (tricky, if the user can input all kinds of different task names), or you’ll have to write rules/stories for any intents, so that they’re followed by the correct actions…