Value is what I’ve been using since 2021.1. As of 2021.2, the expression field is new, so I’m not entirely sure what the purpose is.
Stick to using the value for now.
@Ishkaran – can you weigh in on what the new expression field is for since it does seem to (almost) work the same?
Another, use-case that we had in mind is making it easier to setup events like the screenshot below. All the row-update actions are actually updating the same column.
Instead of the branching to True / False paths, the whole event can be condensed into just a single row-update with Expression as {Device.Parity} === 0 ? ‘none’ : {Device.Parity} === 1 ? ‘odd’ : ‘even’ and epbinding as TransView.Scale_ParityString
Sorry to renew an old post, but I was noticing that you had a formatted address but it appears that your newlines didn’t come across. Did you get that resolved? If so, what was needed?