Column properties in add data column activity UIPath.
What is the use of it and how to use it?
1 Like
hi @vaibhav2.chavan
check below link please.
Regards!
1 Like
Please check below thread to know more about this.
1 Like
@lakshman - I used the property its working fine but one more column is getting added in excel as column 1, not getting why its getting added
2 Likes
1.Use Add data column in properties pass Column Name and Data table.
2.In data table where you add column position use Invoke method.
TargetObject(DataTable.Columns(“ColumnName”))
MethodName(SetOrdinal)
in properties panel parameters set position of the column
3.And then use Write Range in the properties check add headers.
Regards,
Kommi Jeevan.
1 Like