Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
If you are self-hosting, what version of Baserow are you running?
1.32.5
If you are self-hosting, which installation method do you use to run Baserow?
Cloudron App Version 1.29.4
What are the exact steps to reproduce this issue?
In Google Sheets, I use this formula in a helper column:
=IF(SUBTOTAL(103, A3), 1, 0)
The SUBTOTAL(103) function returns true if a row is visible. Another formula then fetches only the rows with a value of “1” in the helper column into a MailMerge sheet. This setup updates automatically when I apply different filters in my main contacts sheet.
We now manage all our contacts in Baserow, and I’m looking to implement a similar workflow.
Ideally, when I filter the Baserow table to select specific contacts for messaging, a helper column would allow only those filtered rows to sync to Google Sheets via n8n.
I can achieve this by manually marking the visible rows, but this approach is fairly cumbersome.
I’d really appreciate a more streamlined, automated solution.
Is there a way to make this happen?