Hi
I want to add list of strings to specific column in a datatable using column name ,this error appears. Is anyone knows help me to solve this:
“Option Strict On disallows late binding”
Hi
I want to add list of strings to specific column in a datatable using column name ,this error appears. Is anyone knows help me to solve this:
“Option Strict On disallows late binding”
In For each activity, provide the item variable type property accordingly. By default it will be of object type.
Also, to loop Datatable, you need to use For each row activity instead of For each activity.
Hello @Mostafa_Hashish
You can use the Foreach Row Activities and into body use add collection as property pass your List and your row(“ColumnName”).tostring
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.