Get variable by name
collection.getVariableByName(name)
Retrieve a variable by its name.
Syntax
Parameters
- name : string - Name 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