Files
twenty/packages/twenty-front/src/modules
Thomas Trompette 5695202d31 Fix variables coming from DB events (#14545)
In the case of DB events, id field will be prefixed with
'property.after'. This is why we need to use the fieldIdName when
provided.

Before: When providing only id, Company variable is {{trigger.id}}.
Which does not exists on DB event output schema
<img width="939" height="462" alt="Capture d’écran 2025-09-16 à 17 57
42"
src="https://github.com/user-attachments/assets/c46dc00a-bb0e-45b9-af42-e9ddd0a08aea"
/>

After: Company variable is {{trigger.property.after.id}}
<img width="939" height="578" alt="Capture d’écran 2025-09-16 à 17 57
14"
src="https://github.com/user-attachments/assets/ede11de0-b98e-40df-89a1-9b283a2692ff"
/>
2025-09-16 16:07:36 +00:00
..
2025-09-16 15:42:51 +00:00
2025-08-10 23:25:58 +02:00
2025-08-11 14:10:04 +02:00
2025-09-16 15:42:51 +00:00
2025-08-11 14:10:04 +02:00
2025-08-11 14:10:04 +02:00
2025-09-16 15:42:51 +00:00