Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions articles/data-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ This example creates a new array that contains only objects in which `first` is
>![Screenshot of in the From section, the first line is set to Body. In the second line, first is set equal to Eugenia.](./media/data-operations/add-configure-filter-array-2.png "Configure the Filter array")
1. Save, and then run your flow.

`Body` will now just contain the following array item as a result:
``` JSON
[ { "first": "Eugenia", "last": "Lopez" } ]
```

## Use the create CSV table action

Use the **Create CSV table - Data Operation** action to change a JSON array input into a comma-separated value (CSV) table. You can keep the headers visible in the CSV output. In this example, you convert the following array into a CSV table:
Expand Down