Skip to main content
Question

L'automatisation ne transfert pas les données

  • May 7, 2026
  • 1 reply
  • 40 views

AllianceSubventions

J’ai une automatisation qui, lorsque je crée une entrée dans Table1, crée une entrée dans Table2 et copie la valeur du champ Nom de Table1 dans le champ Nom de la Table2. 

Mon problème c’est que l’entrée dans Table2 se crée, mais la valeur du champ Nom de Table1 n’apparait pas dans le champ Nom de Table2.

Quelqu’un sait pourquoi?

 

Merci!

1 reply

TheTimeSavingCo
Forum|alt.badge.img+32

Hm, may I know if records are created in Table 1 via a form or some other automation?  I’m wondering if it’s the following scenario as you mentioned the automation trigger is ‘When record created’:

  1. Record gets created, ‘Name’ field is blank
  2. Automation triggers and creates the new record in Table 2
  3. User enters value into the ‘Name’ field

And so when the automation runs, there’s no Name field to transfer over, does that make sense?  

---

As a workaround, you could try linking the created record to the original record and using a lookup field to display the Name value instead, and I’ve set it up here for you to check out


If you’re open to discussing your workflow, I’m also curious as to why we want to create a record in Table 2 in this context?  I’ve encountered business logic where this is needed, but a lot of the time it turns out that the workflow is better managed via a single table and using filtered Views to look at data