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,
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
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
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 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
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
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
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
we want to set up a 4-email nurture sequence that fires after someone fills out our lead magnet form. something like: - immediately: deliver the pdf they signed up for - day 2: follow up asking if the
were building an expense reimbursement form and employees need to attach photos of their receipts. ideally we want to limit it to images and pdfs, max 5mb per file also wondering where the files end
we send different email campaigns to different segments. i want to include a link to our form with some fields pre-filled based on the segment. like: form.tinycommand.com/our-form?source=email_campai
we use hubspot as our CRM and i need to: 1. create/update contacts in hubspot when a form is submitted 2. pull deal data from hubspot into a table for reporting 3. trigger a workflow when a deal stage
i need a workflow that runs every morning at 8am to pull data from an API and update a table. basically a daily sync job is there a schedule trigger or do i have to use an external cron to hit a webh
we have a customer intake form and depending on what they pick in the first question (individual vs business) we need to show completely different sets of fields. like if they pick business we need co
building a contact form and i want to make sure people enter valid email addresses and phone numbers. right now we get submissions like "asdf" in the email field and "call me" in the phone field is t
we have an internal app that fires events when certain things happen (new order, payment received, etc). i want those events to trigger workflows here is there a webhook URL i can POST to? and how do
im not super technical and building workflows from scratch is intimidating. are there templates or examples for common use cases like: - lead capture form > email notification > CRM update - customer