---
title: output
framework: automator
role: symbol
role_heading: Instance Property
path: automator/amworkflow/output
---

# output

The output data that is provided by the last action in the workflow.

## Declaration

```swift
var output: Any? { get }
```

## Return Value

Return Value The output for the for last action in the workflow.

## See Also

### Working with the Workflow’s Input and Output

- [input](automator/amworkflow/input.md)
