Hi all, I’m pretty new to both Airtable and Make, and I’m helping a friend in the construction business (mainly renovations), set up an Airtable system for his workflow. I’m stuck on the best way to create Quote Request records for subcontractors.
Here’s the setup:
- Jobs table – All jobs for each project (linked to Projects table).
- Each Job is allocated a Trade (Electrics, Carpentry, Plumbing, etc.).
- After reviewing all Jobs for a project, my friend allocates specific Subcontractors (multi-select linked to Subcontractors table) who should receive quote requests. This is done by Trade. He has Subcontractors that could cover more than one Trade.
- He does not want to auto-allocate subcontractors by trade, as he may not ask all subcontractors in a trade to quote. However, not sure whether auto-allocating and then removing subcontractors not wanting to send quote requests to, may somehow be a better option - thinking about time consumption in deciding and allocating subcontractors in comparison to just removing those not relevant?
The goal:
Once subcontractors have been allocated to a Job (although ideally a group selection by Trade), I need Airtable/Make to:
- Create a Quote Request record (in the Quote Requests table) for each Subcontractor combination tSubcontractor x Jobs].
- Include all relevant Job details (Room/Area, Description of Work, Photos) in that Quote Request.
My questions:
- What’s the best Airtable trigger field for Make to use in this setup?
- Would you recommend creating a junction table between Jobs and Subcontractors to make this easier?
- Any guidance on how to structure the Make scenario so it creates one Quote Request per subcontractor allocation, without duplicates?
Extra context:
- His projects start at the project assessment stage (pre-quotation), as his client base is almost guaranteed to accept quotes (99% of the time).
- Airtable’s native automations don’t seem to be able to handle the multi-select “Subcontractors to Quote” field properly - hence using Make.
Thanks in advance for any help you can offer!