I’m trying to create a new column called “Estimated value” to a file with a data table. This column should contain a variable called “estimatedValue”. I’m using For Each rouw activity. This is my code:
And here is the content of the “Cell” field in the Write Cell workbook activity.
However, everytime I run the code, I get an error saying the cell doesn’t exist. How can I write the variable “estimatedValue” in the correspondet cell dinamically?