i have a field that is a text field, i am trying to set up an automation to copy the contents of the text field to a linked field, is that possible?
I haven’t tried it specifically, but it should work using the update record action in the automation. Just remember that if the text you copy into the linked field isn’t an exact match, then a new record will be created in the linked table. Also, sometimes ppl have trouble trying to do this when the primary key of the linked table is a formula. I was actually surprised that it could be done at all.
Yes, an automation can copy text from a text field to a linked field, thus creating the link between two records.
If the text field has commas, you may get unexpected results because Airtable will try to split the text into multiple records based on the commas.
If the text does not exist as a primary field in the linked table, and the primary field is an editable field, Airtable will create a new linked record.
If the text does not exist as a primary field in the linked table, and the primary field is a formula field, Airtable will not create a new linked record, because it cannot set the primary field.
If the text exist multiple times in the a primary field of the linked table, Airtable will not create a new linked record because it will not know which record to link to.
Another option is to take advantage of the new “find” action in Automations. Use the “find” action to find records that match the text field in the triggering record. Follow the “find” action with the “update” action, where you update the linked record field with a new list of the record ids found in the previous step. This will let you link multiple records that have the same value in the primary field. It will also let you link to records based on a field that is not the primary field.
Yes, an automation can copy text from a text field to a linked field, thus creating the link between two records.
If the text field has commas, you may get unexpected results because Airtable will try to split the text into multiple records based on the commas.
If the text does not exist as a primary field in the linked table, and the primary field is an editable field, Airtable will create a new linked record.
If the text does not exist as a primary field in the linked table, and the primary field is a formula field, Airtable will not create a new linked record, because it cannot set the primary field.
If the text exist multiple times in the a primary field of the linked table, Airtable will not create a new linked record because it will not know which record to link to.
Another option is to take advantage of the new “find” action in Automations. Use the “find” action to find records that match the text field in the triggering record. Follow the “find” action with the “update” action, where you update the linked record field with a new list of the record ids found in the previous step. This will let you link multiple records that have the same value in the primary field. It will also let you link to records based on a field that is not the primary field.
Thanks all, i tried and this is what i found out
When i am automating a text field copy to the linked field, it creates a record if it does not exist
But when it is a number field, it does not create a new record, but it does complete the automation if the record ID exists. Not sure why
Hi there, I just found this thread and it matches my question too. Can you please explain how you set up the automation? Thank you!
Yes, an automation can copy text from a text field to a linked field, thus creating the link between two records.
If the text field has commas, you may get unexpected results because Airtable will try to split the text into multiple records based on the commas.
If the text does not exist as a primary field in the linked table, and the primary field is an editable field, Airtable will create a new linked record.
If the text does not exist as a primary field in the linked table, and the primary field is a formula field, Airtable will not create a new linked record, because it cannot set the primary field.
If the text exist multiple times in the a primary field of the linked table, Airtable will not create a new linked record because it will not know which record to link to.
Another option is to take advantage of the new “find” action in Automations. Use the “find” action to find records that match the text field in the triggering record. Follow the “find” action with the “update” action, where you update the linked record field with a new list of the record ids found in the previous step. This will let you link multiple records that have the same value in the primary field. It will also let you link to records based on a field that is not the primary field.
I'm attempting to use an automation to copy a list of record ID's into a linked field, thus creating a link. It works when I do it manually, but i get an error when i try to do it through automation saying: 'Field "Ticket Buyers" cannot accept the provided value: Could not find matching rows for string.' What could be happening here?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.