rbateli
February 25, 2025, 8:42pm
1
I’m creating a flow on Telegram for bills to pay, where every day at a certain time n8n will send the bills to be paid.
And if there is no value in the table line, the bot will warn that the value must be entered.
And if the bill is about to be paid, it will warn that it is due, but I have added a button on Telegram that the user clicks to “mark as paid”.
So far so good, I’ve managed to do everything, but I’m having trouble updating the Status line in Airtable to change it from Pending to Paid.
Has anyone done anything like this or know where I can learn more?
n8n
February 25, 2025, 8:42pm
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
Assuming you already have a Table set up in AirTable, and assuming it has text fields/columns named Customer ID
and Status
, you’d just need a few workflow steps to look up the record/row you want to update, maybe check to be sure it’s in a state that needs to be updated, and then update it.
system
Closed
May 26, 2025, 9:47pm
4
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.