Capture userId
# 🤝help
s
Hi, I'd like to set up a personalized welcome message. If a user has previously used the chat, I want to send one type of welcome message. However, for first-time users, I'd like to send a different welcome message where I can gather their information. I'm having trouble capturing the userId. Currently, I'm using "Get User Data", and I'm trying to store the {{event.userId}} in a table. Later, I wish to reference this table to retrieve the userId. However, the table is returning {} or "undefined". How can I address this issue?
b
2 Views