How do i get the Column names by starts with specific number from Datatable

Hi All

I need to get the Column names by starts with specific number. For example
Suppose if i have column names 12_LT= Yes 12_RT=No, 12_Q8=Yes,13_LT=Yes,13_Q8=Yes
and i need to extract yes values 12_LT,12_Q8 then another array for 13_LT,13_Q8.

Can anyone please let me know?

Hi @divya.17290

Please have a look at the below workflow

Main.xaml (17.3 KB)