Assign a Data Table Row Value to a Variable with a Assign

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

Hi @Luis_Fernando

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

Hi @Luis_Fernando

Check out the XAML file

DataRowVal.xaml (7.1 KB)

Regards
Gokul