Referencing data using the expression widget?
I am trying to use an expression to print out different points of data, but I cannot figure out how to reference the data within the expression. (e.g. curVal coming from a Thing I am using in the Mash)
To give you an idea of what I am trying to do, I have a list that, depending on what is selected I want to output different data points. My thought was to use an expression along with the selected name to output the results.
if (Cmd_name=== "Beam Block Percentage"){Output = "Test worked"} else {Output = "Not BeamBlock"}
I just can't seem to reference the data in place of "Test worked".

