Rasa x entities

Hello, I created in Rasa X new NLU training intents: -my name is Albert - “Albert” is marked as an “name_entity” -I am John - John is marked as an name_entity etc. in responses I added: -nice to meet you {name_entity} ! in stories it is written that after intent name(my name…) it should respond with utter_name(nice to meet…). While testing, the name_entity is recognized correctly as Albert or John but instead of replying with the real name the bot is replying with: nice to meet you {name_entity} ! How to solve it and make bot reply with the name given in user’s message?

hi @kacperlsky . Could you please format your question with code blocks?