Hi Robert!
The idea is to have a table with 2 columns, "number" and "name", for example: Number: 1111-111 - Name: John. When interacting with the chat, whether through WhatsApp or Telegram, it should verify if the number matches any record in the table, and if so, use the corresponding name to greet the user.
I understand that i have to create a table as described, and then have a node with the "Find Record" card with the filter:
Get the value from the "name" column, for the value of the "phone" column {{ event.tags.conversation['whatsapp:userPhone'] }}.
But I'm missing the validation part, if the user is not in the table, then ---> end.
What am I missing? Thank you!