Hi I want to retrieve the value of name for save from this excel and store it in a variable? if anyone can help?

image

Quick shot:

dtData.AsEnumerable.Where(Function (x) x("Parameters").ToString.Equals("Name for save")).Select(Function (x) x("Option").toString).First()

1 Like

You could also use the Lookup Data Table activity:

image

image

1 Like

Thank you so much it worked :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.