Hello Andrei,
Thank you for replying so fast. Unfortunately, I am a real neophyte when it comes to expressions so I probably didn’t do this right. I applied the first (values = []; …) to the NUMBER layer’s Text Source (as per original) and the second on to the TEXT layer’s Text Source. However both expressions return errors.
The first the message: “Error: TypeError: rowVal.replace is not a function” in line 4 > “values.push(parseInt(rowVal.replace(“,”,””)));”
The second: “Error: TypeError: thisComp.layer(. . .)(. . .)(. . .)(. . .)(. . .).replace is not a function” in line 6 >
“rowVal.number = parseInt(thisComp.layer(“Data-Driven-Sample.csv”)(“Data”)(“Outline”)(“Number Data”)(“Number Data “+i).replace(“,”,””));”
Was there something else I needed to do?
thank you again
peter