Sep 02, 2021 07:47 AM
I’d like to set up logic/automation so that when we win a deal and moved it into “won” category in our pipeline - that a new record is generated in our production table so that we can start planning for the project. Any ideas on how to do this?
Sep 02, 2021 09:35 AM
Hi @Jordan_Sanchez - this should be pretty straightforward with an Airtable automation:
TRIGGER
When record matches conditions in table A (e.g. status = won)
ACTION
Create a record (in table B)
It might make sense to have a linked field in table B referring to table A so that you have the connection for all time, but that’s not mandatory
Sep 02, 2021 12:44 PM
Thank you! I’ll try this today and I’ll report back!