Reference cell in dataset using an expression and column name

Wondering if there is any way to reference a cell within a dataset using the expression language and a column name. Referencing the column number is extremely fragile and error prone because if the columns ever change their order you’ll be referencing the wrong data. It also takes a lot of effort and time to count out the column numbers.

https://docs.inductiveautomation.com/display/DOC80/Expression+Overview+and+Syntax#ExpressionOverviewandSyntax-DatasetAccess

Yes :slight_smile:

Dang! I could’ve sworn I tried that! I bet I didn’t put it in as a string. Thanks!