Best way to dynamize components in Vision

Hi, forum.

I am new to programming in ignition, I post this question in the forum, to know the opinion on what is the best way to dynamize components (text field, numeric field, etc.) in a windows vision with OPC TAG, without affecting performance. Is it direct TAG, indirect TAG?
best regards.

Direct tag and indirect tag bindings both have their place. If the component is in something that is truly dynamic, like a template or a parameterized window, use an indirect tag binding. If it's a static component in a window that is always going to be connected to the same tag, use a direct tag binding.

The indirect tag binding allows you to assemble tag paths using dynamic parameters while a direct tag binding is simply static; it never changes.