Is it possible to specify other actions in the template?

Hi,
I’m using forms and I want other actions to be triggered when the utter_ask_{slot} is called. Is it possible to specify other actions like in stories in the templates? e.g>

stories.md
## story 1
* ask_something
  - action_1
  - action_2

domain.yml
templates:
- utter_ask_slot
  - text: "Select one of the following:"
  - other_action  # is this possible?

Hi,

thanks for coming to the forum and sorry it took so long to respond. No, what you are asking is not possible. You can, as you mentioned, pair the actions in your stories if you want one to follow the other. However it might be better to create a custom action for your purpose.