Concepts
Variables
Node variables in Xentom are values specific to a particular node that can be reused throughout that node. They simplify configuration by allowing you to define a value once and reference it multiple times. For instance, if you frequently refer to a user within a node, you can create a variable called 'user' and access properties like the user's name using bracket notation, such as {{ user.name }}. This approach reduces redundancy and enhances the maintainability of your workflows.