I have a rasa form name_form
which fills a name slot. after this form i am using another form which is for validation of name name_validation_form
now i want to use the name slot value in utter_ask_name_confirmation
i have tried to put the slot name in the utter message but not able to achieve expected results.
how can i possibly fo this, or is there any work around which i should use?