Back to Documentation
Tag Operations Node

Enable by Query

Remove the disabled tag from all entities matching a query

Inputs

querystringrequired

Tag to match entities (e.g. reel:2, row:2).

disabledTagstring

Disabled tag to remove (must match the tag used by Disable by Query).

Default: state:disabled

Outputs

enabledCountnumber

Number of entities that were untagged

Overview

Finds all entities with the query tag and removes disabledTag from each. Pairs with Disable by Query for conditional enable/disable (e.g. enable only center row).

Usage example

Enable by Query:
  query: "row:2"
  disabledTag: "state:disabled"
// All positions in row 2 are re-enabled