
In this excel sheet except “account” i need to get all the values.
i need to filter based on the " account"

In this excel sheet except “account” i need to get all the values.
i need to filter based on the " account"
Use read range on excel and output is datatable.Then
datarow=Outputdatable.select("dept <> ‘account’ ")
@sreekanth
Outputdatable.select("[dept]= ‘account’ ")
in the above statement can i give array variable which contains different values instead of “account”. how can i give it.
list.xaml (8.2 KB)
@sureshselvamani
I am attaching a workflow that
Please let me know if you have any queries.
list.zip (7.8 KB)