Using a slot value in utter_ask rasa

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?

Hello @usamanawazfrt,

I think what you’re looking for is the method validate from forms on action server.

check the step 5 on link below.

Cya!