Help

CRM to production Logic sequence/automation

579 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Jordan_Sanchez
4 - Data Explorer
4 - Data Explorer

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?

2 Replies 2

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

Thank you! I’ll try this today and I’ll report back!