Name validator not working correctly

hi,

Name validator is not accepting valid names or any string.please see below -

thanks,
Jaya

1 Like

We’re looking into this Jaya, thank you for reporting this to the community.

We’re in the process to migrate all active users to our official platform (cloud.yellow.ai); where you can continue your bot-building without any issue.

Please share relevant information using this form: https://forms.gle/CSa6bzM99UxDNbxd7

1 Like

@Pratik Name validator is not working properly.
If we give name like “My name is Senthil Vasan”,
Instead of taking only the name 'Senthil Vasan",
its considering full string “My name is Senthil Vasan”

Kindly help us on it.

1 Like

Hi @senthil.vasan

Can you try adding a new Name node as a replacement and store the response in the variable

firstName (variable created by yellow for all bots, comes under user properties)

Let me know if it’s still not validating as intended.

1 Like

Hi @gautham yes we able to get the name if we use Name node as you suggested.

But we are building a multilingual bot, if name provided in other language, its not accepting. Could you please suggest how to extract name irrespective of language.?