Skip to main content

CRM to production Logic sequence/automation

  • September 2, 2021
  • 2 replies
  • 27 views

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

JonathanBowen
Forum|alt.badge.img+18

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


  • Author
  • New Participant
  • September 2, 2021

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!