Hello Forum,
I know this question might be pretty simple…
But how do I assign a value of a specific data table row which i know index to a variable with a assign activity?
Regards
Hello Forum,
I know this question might be pretty simple…
But how do I assign a value of a specific data table row which i know index to a variable with a assign activity?
Regards
First you need to create a data row variable (eg. dr_rowInput) and assign the row using dt_TempTable.Rows.Item(Row Index)
Thanks
John