Change inherit column Name from A datatable

Hello guys,

I assigned new columns name for my datatable. It get updated when I try to print (write line).
But when I try to convert row to dictionnary. Uipath use oldest value. (pointer)

How can I set the properties of the datable correctly ?

ty

Hi @Elya
how did you assign new column name for datatable?

For each item from dt.columns

Assign: dt.column(item.columnName)= variable

Variable contain a name picked from a liste(of string)

The problem has been solved and it was not linked to the datable properties…nevermind

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