Set Variant Attribute
- Updated2023-02-17
- 2 minute(s) read
Set Variant Attribute
Creates or replaces a variant attribute.

Inputs/Outputs

variant
The variant data for which you want to create or replace an attribute value.

name
The name of the attribute you want to replace or create.
If name matches an attribute, this node replaces the attribute with the value specified. If name does not match an attribute, this node creates a new attribute. If name is an empty string, this node returns an error.

value
The value of the attribute. You can wire any data type to this input.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

variant out
The resulting variant data.

replaced
A Boolean that indicates whether the node replaced an attribute.
True | The node replaced an attribute. |
False | The node did not replace an attribute. |

error out
Error information.
The node produces this output according to standard error behavior.