Get variable by ID
collection.getVariable(id)
Retrieve a variable by its ID.
Syntax
Parameters
- ID : string - ID of the variable you’d like to retrieve
Returns
Promise<Variable | null
>
A promise that resolves to a Variable object, or null
if not found
Example
Designer Ability
Checks for Authorization only