I need to call 2 actions from inside another action. I managed to call one action from another action by returning FollowupAction, and it works well if it’s only one. However, if the actions are more than one, it seems to always return only the last of those.
In my example, I’m returning this:
In the Tracker code (rasa_sdk/interfaces.py) it only a single FollowupAction is allowed. So it just doesn’t seem possible. You could request a feature change via the GitHub issues to allow a list.