×

Output

iOS 15 +

Notes

Outputs the given input as the shortcuts result. If there is no where too output, the result behavior is used to determine what should be done with the result.

Syntax

output(result: <#String (Allows Variables)#>, noResultBehavior: <#Enumeration (WFNoOutputSurfaceBehavior)#>, response: <#String (Allows Variables)#>)

Example

output(result: "ShortcutInput", noResultBehavior: Respond, response: "No Shortcut Input")