Back to Documentation
Tag Operations Node

Unlock by Query

Remove the lock tag from all entities matching a query

Inputs

querystringrequired

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

lockTagstring

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

Default: state:locked

Outputs

unlockedCountnumber

Number of entities that were untagged

Overview

Finds all entities with the query tag and removes lockTag from each. Pairs with Lock by Query to unlock by reel, row, or symbol.

Usage example

Unlock by Query:
  query: "reel:3"
  lockTag: "state:locked"
// All positions on reel 3 are unlocked