Story Form Submit

Can i add action in the end of story like this :

  • story: form calcul credit

    steps:

    • checkpoint: check_calculcredit

    • action: calculcredit_form

    • active_loop: calculcredit_form

    • slot_was_set:

      • requested_slot: null
    • action: calculcredit_form

    • active_loop: null

    • action : utter_happy

almost yes, you can use it in story and also in the rules it’s better in my opinion .

thanks

1 Like

But the action utter_happy it is not working

hi there ???

try to use rule for the forms i have no idea why not working and check the action already found in the domain file

But , rules could handle one intent (input message)

if you use form no, it call every utter_<slot_name> or custom action slots (action_<slot_name>)until fill or store the required data into the slots of the form.