Hello!
Is there currently a way in Ignition Perspective to read more than one tag at once through a binding? I am familiar with using system.tag.readBlocking('[tagpath1]', '[tagpath2]') through scripting to accomplish this but wanted to know if it was possible to do so through a binding on a custom property.
Use Case: Based on user configuration, a flex repeater may need to reference more than one memory dataset tag, but I want the flex repeater to update if any of the tags have a change.
Thanks!