Hi, I’m writing a program in Node.js using Airtable api that reads from my Airtable table and send the content to students on WhatsApp. I have a table with following columns.
Name | Number | Unit 1 Text | Unit 1 File | Unit 2 Text | Unit 2 File
and so on
What I’m trying to achieve is at every NEXT button click I have to send a new unit. For eg:
Send Unit 1
Next button click
Send Unit 2
Next button click
Send Unit 3
and so on…
I need help with the method that move through columns of a particular row?
Any advice or solution is appreciated !
Thank you