Back to Documentation
Tag Operations Node
Unlock by Query
Remove the lock tag from all entities matching a query
Inputs
querystringrequiredTag to match entities (e.g. reel:2).
lockTagstringLock tag to remove (must match the tag used by Lock by Query).
Default: state:locked
Outputs
unlockedCountnumberNumber 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