I am trying to get cell values of a particular column having a Column name which is not fixed after particular words. I need to loop through Datatable and get values from a column having a column name as something like 'Value @02/29/2019'. Here the Date is changing but I want to know whether we can have something like contains or 'Values%'.
I tried regex but no luck.
expected is like: - for each row (Test_DT) - assign row("Value%") to CellValue - end for