I have created a datatable variable and would like to use the datatable to fill out a web form. However, in the type into activity there is no option to select the datatable variable or any column names from it. Can anyone help?
Thanks!
I have created a datatable variable and would like to use the datatable to fill out a web form. However, in the type into activity there is no option to select the datatable variable or any column names from it. Can anyone help?
Thanks!
Hey
do somthing like this
Regards
Do a For Each Row in DataTable.
Assign a variable to the “CurrentRow.Item(“ColumnName”)” If the value is a string. then add “.ToString” to the end of the assign.
then you can input your varialbe into the Type Into activity.
@Skyman1 @fernando_zuluaga thank you so much!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.