Did you read the right CSV? do you store in variable as DataTable right? of which you must iterate in this object using the activity For Each Row that will retrieve the items (row) as DataRow you only need to get the WIID using: row.item(1) where 1 is the position of the index (WIID)
@Masood_Sohail
I have updated your workflow to retrieve Client ID. Same steps you need to perform to retrieve Client Name and Country. Process Transaction.xaml (20.8 KB)
Use same steps and change regex