Hi,
I have an issue due to my automation.
I have DT" called in_TransactionItem
I would like to Select specific data rows due to condition select “Customer code” =ClientNo
“Customer code” - data column name (before I used "Get row item- “Customer code”
ClientNo- Variable type Generic Value
I used ‘Assign’ activity
SelectedItems = in_TransactionItem.Select(“[Customer code]=‘Client No’”).CopyToDataTable
But it doesn’t work.
Do you have any idea for the value in 'Assign"