Skip to content

Commit 8cb6e21

Browse files
committed
Clarity edits
1 parent 624941f commit 8cb6e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/logic-apps-perform-data-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ To reference and edit the values from the array, you can use the `@item()` funct
188188

189189
1. In the code editor, edit action's `inputs` section to customize the table output the way that you want.
190190

191-
This example returns only the column values and not the headers by omitting the `header` property and referencing the values in each `value` property that appears in the `columns` array:
191+
This example returns only the column values and not the headers from the `columns` array by setting the `header` property to an empty value and dereferencing each `value` property:
192192

193193
```json
194194
"Create_CSV_table": {
@@ -303,7 +303,7 @@ To reference and edit the values from the array, you can use the `@item()` funct
303303

304304
1. In the code editor, edit action's `inputs` section to customize the table output the way that you want.
305305

306-
This example returns only the column values and not the headers by omitting the `header` property value and referencing each `value` property that appears in the `columns` array:
306+
This example returns only the column values and not the headers from the `columns` array by setting the `header` property to an empty value and dereferencing each `value` property:
307307

308308
```json
309309
"Create_HTML_table": {

0 commit comments

Comments
 (0)