My Data Table (Excel Sheet) has Tax Reference Number, Client Name, and Tax Amount.
I have used excel application scope to read the excel file, use Read Range to output the data to the datatable and then use for each row to loop through the datatable.
How do I retrieve Tax Reference number and Tax Amount if Client name is for e.g. abc ?
Thanks, I am importing a client name argument and I want to check if the imported Client name is equals to ‘Client Name’ column in the datatable.
How do I write that ?