How can I create a Link column? I don't have this option. Also, I only have one view option (grid). Is it because I am on a free account?
I see a lot of people asking if they should stick with Zapier or move to n8n or twin, but after building a few dozen workflows this year, I’ve realized it’s not about which tool is better but which la
I’m building automated lead generation tool, that helps founders identify relevant people and make conversations , research prospects, and draft personalized outreach. I’m now planning its organic ma
Built this over the weekend because I was tired of manually rewriting the same blog post three different ways every time I wanted to share it. The setup is simple on the surface, paste a blog URL in,
Most real estate agents lose deals not because of bad leads, but because of slow follow-up. I built an AI-powered CRM automation in n8n that fixes that. Here's how it works: Every morning at a set t
Built a Multi-Agent AI Sales Assistant with n8n, PostgreSQL, OpenAI & Cal.com 🚀 Over the past few weeks, I've been building an AI system that can handle the complete lead journey for coaches and co
Project management is one of those decisions startups either overthink for weeks or don't think about at all until the wheels start coming off. Most "best of" lists are written by the tool being recom
I wired up a no-code workflow for the worst part of running sales and support out of one Gmail inbox: figuring out which of this morning's emails actually need me. Here is the part I am happy with. M
A few months ago I decided to build a chatbot. At first I thought the hardest part would be the technical side of things. Learning the tools, connecting APIs, writing prompts, handling memory, creatin
We're a 12-person B2B software company, and our lead handoff runs on manual work: demo form submissions land in a spreadsheet, get copied into our CRM by hand, and only sometimes make it into an email
I am trying to connect to Google sheet in my workflow. However, I am getting this block from Google. I am told we have to wait for Google approval but I have waited for many days and nothing has cha
It seems there's no way to add native forms to workflows. We have the Human-in-the-Loop node, which can request input from a person, but it's just a multiple choice input. I don't see a way to collect
Hi Everyone! Is it possible to set the Reply-To address in the Send Email node? If not, is there another way?
figured id share since i spent weeks evaluating alternatives and couldnt find many real comparisons from actual users (just SEO blogs that all say the same thing) background: marketing ops team, 6 pe
we have a simple lead capture form on our site. name and email, thats it. we keep it short on purpose because conversion drops if we add more fields problem is the sales team then has to go manually
we have a purchase request form that employees fill out. right now the form just dumps into a spreadsheet and someone emails the manager to approve or deny. the manager replies to the email, then some
so we have this intake form for our sales team where they pick a product from a dropdown. problem is our product list changes like every other week - new bundles get added, old ones get discontinued,
been using this for about 6 months now and keep discovering features i didnt know existed. ill start: mine is the "test with previous data" button in the workflow editor. instead of triggering the fo
we run a small real estate team (4 agents) and built our whole listing process on this platform when a new listing comes in the agent fills out a form with property details. the workflow: - creates a
we have 15 workflows running in production and monitoring them used to be chaotic. heres what i set up: 1. heartbeat table: every workflow writes a row after each successful execution with the workfl
we receive about 100 vendor invoices per day via email. theyre all in different formats - some are PDFs, some are in the email body, some are forwarded chains. extracting the invoice number, amount, v
we operate in 3 countries and need our forms in english, spanish, and french. is there multi-language support or do i need to create 3 separate forms? creating 3 forms means 3x the maintenance every
my manager asked me to build an internal tool for our ops team to manage vendor invoices. basically: - a form for submitting new invoices (vendor, amount, due date, category) - a table that stores all
pretty simple question - how do i send a message to a slack channel from a workflow? i want to notify our team whenever a high-priority form submission comes in do i need to create a slack app first
posting this because i literally cannot believe how much time this saved us we hire about 3-4 people a month and the onboarding used to be a nightmare of paperwork, emails, and people forgetting step
our legal team is asking about data residency and GDPR compliance for the forms we run. specifically: - where are form submissions stored geographically? - can we set up automatic data retention polic
sharing our inventory management setup because i think its cool and maybe useful for other small ecommerce folks we sell handmade candles (about 200 SKUs). our setup: stock tracking table: product n
i have a main workflow thats getting really long and complex (about 30 nodes). want to break it into smaller workflows that call each other like: main workflow handles the form submission and basic v
we run a digital agency and build forms + workflows for our clients. a few things we do to white-label: - custom domain for form URLs (cname to our subdomain) - client branding on each form (their lo
we spent a month trying different AI chatbot solutions (intercom, drift, custom gpt) and nothing worked well for our use case. the canned responses were too rigid and the LLM-based ones hallucinated o
ive been building increasingly complex workflows and debugging them is becoming a skill in itself. sharing some things ive learned: 1. test with real data early. dont build the whole workflow and the
we run a shopify store and want to automate our post-purchase flow: 1. new order comes in from shopify (webhook) 2. add order to our orders table 3. if order value > $100, send a personal thank you e
trying to set up a proper relational structure. i have: - customers table (name, email, company) - orders table (customer, product, amount, date) - products table (name, price, category) in airtable
switched from make about 2 months ago, figured id share my notes since i couldnt find many real comparisons what i like better here: - forms are native. in make i had to use typeform or jotform and c
we have about 2000 contacts in a tinytable that only have name and email. a lot of them are missing company, title, phone number etc is there a way to run enrichment on the whole list in bulk rather
we have a lead capture form that feeds into a tinytable. problem is people sometimes submit the form multiple times (double click, page refresh, genuinely submitting twice etc). we end up with duplica
i have a workflow that loops through about 500 records in a table and calls an external API for each one. the API has a rate limit of 10 requests per second and my workflow is blasting through them to
we have a custom dashboard built in react and want to display data from our tinytables in it. is there an API to: - read rows from a table (with filters) - create new rows - update existing rows - del
ok maybe im missing something but when would i use an AI agent instead of just building a workflow? like if i want to process incoming emails and categorize them, isnt that just a workflow with a cond
ive got a workflow that calls an external API and sometimes that API returns 500 errors or just times out. in zapier the whole zap would just silently fail and id find out days later when someone comp
sharing this because someone might find it useful and because im kinda proud of it lol we run a digital agency and onboarding a new client used to take 3-4 hours of manual work across 3 people. heres
were moving our transactional emails in-house (order confirmations, shipping updates, etc). couple questions: - can we use our own branding (colors, logo, fonts)? - are there dynamic fields like custo
using webhook triggers for several workflows and security is a concern. right now anyone who gets our webhook URL could fire the workflow with fake data what are people doing for webhook security? sp
building a lead routing workflow thats getting complicated. based on the lead source, company size, and industry, we need to route to different sales reps and send different email templates right now
we want to put a lead capture form on our wordpress site. whats the best way to embed it? ive used iframes before but they always look janky with the scrollbars and the height never adjusts right is
ive been using tinytable less like a spreadsheet and more like a database. storing workflow execution logs, customer records, inventory levels etc. basically anything that my workflows need to read fr
one of my team members accidentally deleted 3 nodes from a workflow that took us 2 days to build. we had to rebuild from memory which was not fun is there a way to see previous versions of a workflow
we have a 3-step signup form and id like to know: - how many people start the form vs finish it - which step has the highest drop-off - average time to complete - submission trends over time (are we g
i need to build a pretty long onboarding form (like 25 fields) and putting everything on one page is overwhelming. has anyone built multi-step forms where you go page by page? also wondering if there
weve been on airtable for 2 years and the pricing just got insane for our team size. were at 120/month for basically glorified spreadsheets thinking of moving our project tracker and client database