Feb 26, 2023 09:55 PM
I have three tables: Projects, People, Contracts.
When a request for a new Project is submitted, multiple People are added to the 'Talent' field.
I would like to create an Automation that then creates a new Contract for each of the People allocated as Talent.
Thank you in advance. I hope I've explained that sufficiently, I'm new to Airtable!
Solved! Go to Solution.
Feb 27, 2023 08:39 PM - edited Feb 27, 2023 08:40 PM
Hello NB_LMI, you can do this with automations and repeating group functionality: https://support.airtable.com/docs/repeating-groups-of-automation-actions
Here is an example:
Feb 27, 2023 03:15 AM
Have you searched these forums for similar topics?
Feb 27, 2023 06:20 AM
Hi there,
Here's an article showing how to set up this type of automation. The idea in the article should help show you how to create those new records and link the records together.
(Note: We need to update some of the screenshots in this article)
How to Automatically Add a Set of Tasks to Each New Project Using Airtable Automations
Feb 27, 2023 11:52 AM
Thanks but this doesn't solve my problem. I know how to automate creation of a new Contract, but it just carries over the multiple People into one Contract. I want one Contract created per Person.
Feb 27, 2023 11:52 AM
Yes I have, but I wasn't able to find a solution.
Feb 27, 2023 08:39 PM - edited Feb 27, 2023 08:40 PM
Hello NB_LMI, you can do this with automations and repeating group functionality: https://support.airtable.com/docs/repeating-groups-of-automation-actions
Here is an example:
Feb 28, 2023 01:03 PM
Thats exactly what I needed, thank you!!
Apr 27, 2023 02:15 PM
Hi I ran across this trying to do the same thing myself. I thought I followed all the steps correctly, but all the new records that are created are identical. For example:
I am tracking my project management. So one table is "project tracker." Each project has multiple, various different products associated with it. When the project is complete, I want a new table for invoicing that will create a new project record for each project associated with the project.
Here's some screenshots. What am I missing?
Apr 27, 2023 08:12 PM
Apr 28, 2023 07:13 AM
Wonderful! That was the issue. Thank you so much.