Hi
I am trying to bind a boolean cell in a table in Vision to a boolean tag in Ignition-Edge but it is not working because it cannot coerce to a number?
Edge isn’t relevant.
The issue is that the value field of cell update bindings isn’t able to perform an ‘indirect’ lookup like you have there; you must use additional custom properties (referenced within your cell update binding, each with their own indirect tag binding) to accomplish this.
Thank you