From 33ca8f9f84e6e35bee0ab22ad3db818d78a4cf5d Mon Sep 17 00:00:00 2001 From: Eric Regnier Date: Mon, 24 Feb 2025 03:24:49 -0800 Subject: [PATCH] Update data-operations.md Added results for the filter array action to make it clearer --- articles/data-operations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/articles/data-operations.md b/articles/data-operations.md index bbc398434..1b5563176 100644 --- a/articles/data-operations.md +++ b/articles/data-operations.md @@ -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: