SetVariable
public struct SetVariable : ShortcutSets the value of the specified variable to the input of this action.
Input: Anything
Result: (Anything) The input
- 
                  
                  The contents of the shortcut. DeclarationSwift public var body: some Shortcut { get }
- 
                  
                  Initializes the shortcut. DeclarationSwift public init(name: String, uuid: UUID = UUID(), variable: Variable)ParametersnameThe new name of the variable. uuidThe internal UUID of the variable, useful for building deterministic output. variableThe contents of the new variable. 
 View on GitHub
View on GitHub SetVariable Structure Reference
        SetVariable Structure Reference