Hi everyone —
I’ve built an automation that:
1️⃣ Triggers when a Project Overview record enters a view
2️⃣ Creates a related record in Prelims Summary (Client Breakdown)
3️⃣ Updates the original Project Overview record to link back to that new record
Everything works — the link is created — but in the run log, the Linked Prelims (NEW) field shows two entries:
["rechvSfKKM3dFqypl"] ✅ (green — works) "rechvSfKKM3dFqypl" ❌ (red — literal string)
I’m currently setting the linked record field value in the Update Record step as:
["Airtable record ID"]
(using the dynamic variable from the Create Record step with the “+” button).
Is this expected, or should only the array appear?
Could something in the input mapping or type conversion be causing the duplicate string entry?
Any insight from others who’ve built dynamic link automations like this would be great — thanks!






