HOW TO RETRIEVE RETURNING USER DATA FROM AIRTABLE
# 🤝help
p
I'm currently working on a bot where i store user records on an airtable , I want to be able to send request back to the airtable to fetch data for returning users who have previously stored their information, and set workflow variables from the data gotten from the request. I want to use the phone number as the point of reference of data returned from airtable This is a whatsapp bot, Lets say as quickly as conversation starts the bot will check or request from user their phone number and check from the table data if their number has been stored in the table, if so , it fetches and sets variables like userAddress and userName (all gotten from the table) If user doesn't exist it then directs them to a node where we collect their details and save them into a table How can I do this?
q
p
ok checking it, thanks