Create datacolumn.expresion= ¿Now.tostring("dd/MM/yyyy)

Hello,

I have a data table with more than 5000 elements, I need to put one more column with the current day, but if I use the activity “for each data table” it takes too much time.

I want to use the activity “add new datacolumn” and use assign with datatable.datacolumn(“name”).expression afterwards.
But I don’t know what is the Now.toString(“dd/MM/yyyy”) expression.

And I need with datacolumn.default too.

Thanks for your attention

set default value in add data column

then you dont need to use for each

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.