Duplicating Rows and modifiying a relation column

Hey there, I set up an automation that duplicates rows in the Task Table.
The automation is triggered from the Album table. (Step 1 Result)

Here is the formula

DuplicateRows(Filter([Tâches], and(Template=true,[Catégorie de tâches]=Album)), [Tâches].Template, "false", [Tâches].[Album - EP], thisRow.[Step 1 Result])

This one is creating multuple rows. And was working fine until recently (recent coda update?!)

I also have this next step working on each row, where you see I tried to push that Step 1 Result:

ForEach(thisRow.[Step 2 Result],ModifyRows(thisRow,Livrable,[Date livrable],[Album - EP],thisRow.[Step 1 Result]))

Again the Album - EP collumn is still empty.

Anyone tried to do something similar ?