# Map Workflow Outputs

### Mapping Workflow Outputs to a new Column

Mapping the outputs of your Workflow runs directly in the Grid helps you efficiently view and edit them. After a Workflow has successfully run, you can map its outputs by:

* Click the Expand Icon on the Workflow cell (it should say 'Success')
* To add a single output as a Grid column:
  * Hover on the element of the Workflow you want to map to a new column
  * Click 'Add to Column'
* To add all outputs as Grid columns:
  * Click "Add as Separate Columns"

That element of the Workflow output is now automatically added as a new column to your current Grid. The column type will be automatically matched to the output format type.

{% @arcade/embed url="<https://app.arcade.software/share/SSS6zbUdFBiBKY5Yf5pf>" flowId="SSS6zbUdFBiBKY5Yf5pf" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.airops.com/actions/grids/run-workflows-in-grid/map-workflow-outputs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
