Keep columns in a data table but column names are dynamic

@Seetharaman_K
find some demos here:
RemoveDataColumns_V2.0.xaml (10.8 KB)

Both approaches define an array with the col names to keep

  • Approach 1: datatable.DefaultView.toTable(…
  • Approach 2: for each / remove datacolumn activity

Let us know your feedback