Welcome to the community, @Andres_Hidalgo! :grinning_face_with_big_eyes:
How is the link created? Manually, or is the link chosen via a form and applied when the record is created?
On a related note…
How are these new records created? Manually, or via a form?
Welcome to the community, @Andres_Hidalgo! :grinning_face_with_big_eyes:
How is the link created? Manually, or is the link chosen via a form and applied when the record is created?
On a related note…
How are these new records created? Manually, or via a form?
The link is created by the link field 
The records are created by a form 
(Lote Grillo is a link to a Table and No Modulo is a link to the table that is giving me conflict)
The link is created by the link field 
The records are created by a form 
(Lote Grillo is a link to a Table and No Modulo is a link to the table that is giving me conflict)
If I’m reading you correctly, the form creates the new record, but you add the link to that record manually. Is that correct? If so, that explains why it’s not working. An automation using the “When record created” trigger will run at the very moment the record is created, when that link doesn’t yet exist. By the time you edit the record to make the link, the automation has already run.
To make this work, you’ll need to modify your trigger logic. Instead of “When record created,” you might consider using “When record matches conditions”, with one of the conditions being that the link field isn’t empty.
If I’m reading you correctly, the form creates the new record, but you add the link to that record manually. Is that correct? If so, that explains why it’s not working. An automation using the “When record created” trigger will run at the very moment the record is created, when that link doesn’t yet exist. By the time you edit the record to make the link, the automation has already run.
To make this work, you’ll need to modify your trigger logic. Instead of “When record created,” you might consider using “When record matches conditions”, with one of the conditions being that the link field isn’t empty.
Thanks for your help Justin, that was the issue!
¡Pura Vida!
t3: