Help
RSk
6 - Interface Innovator
6 - Interface Innovator
since ‎May 06, 2022
‎Feb 10, 2023

User Statistics

  • 25 Posts
  • 0 Solutions
  • 5 Kudos given
  • 3 Kudos received

User Activity

Hi, I am using a WhatsApp bot as my source of data, and I receive inputs in various regional languages through webhook.For the fields declared as type NUMBER, I am not to store the incoming data from webhook of different language as it gives Field "A...
Hi, My Airtable use case is to maintain Farmer’s finances. We have developed a WhatsApp bot, and by using webhook triggers the information gets stored in Airtable.I am using webhooks to populate the Expense Amount field. For eg: The bot asks the ques...
Hi, My Airtable use case is to maintain Farmer’s finances. We have developed a WhatsApp bot, and by using webhook triggers the information gets stored in Airtable.I have a query regarding calculations.This is my current data structure. Since we canno...
Hi, I have developed chatbots for different channels such as WhatsApp, Telegram, etc. I am currently using Airtable REST API to fetch the text field and attachment URLs and send them to Users as text messages and media files, respectively. The pieces...
Hi, I have written a function that fetches the table value based on the table name and primary field number = Uf79266972d007f2a3886bf73676860 async function sendContent(number, studentTable, contact) { const records_Student = await base(`${studentTa...