Cannot call out user with his first name from the ...
# 🤝help
d
@fresh-fireman-491
w
what's the tutorial you are talking about ?
i think you can't split a string variable just with a .first
if you want to extract the first name from the full name, assuming the user has written their name first_name last_name, you can use an execute code card : first_name = fullname.split(" ")[0]
but maybe there is another method i don't know !
or you can ask the AI to extract the first name from the full name 😅
f
Hey there, You are using the Raw Input card. I believe Robert used the card called something like "person name" or something like that
d
Thank you looked like it was the problem. Its solved now.
f
Amazing!!
w
So there is a functionality to get the first name from a full name ?
f
Yup

https://youtu.be/2JfOwpgAWB4?si=DoVm5PNkwLUME-vg

13 Views