Files
n8n-docs/docs/code/builtin/data-transformation-functions/objects.md
Deborah 84fb24464b update theme and fix admonitions (#1644)
* update theme

* fix tab issues

* update readme

* editor

* revert tab change

* change editor config back to 4 spaces for tabs

* fix admons that broke when enforcing 4 spaces per tab

* update README
2023-10-10 14:33:40 +01:00

717 B

title, description, contentType
title description contentType
Data transformation functions for objects A reference document listing built-in convenience functions to support data transformation in expressions for objects. reference

Objects

A reference document listing built-in convenience functions to support data transformation in expressions for objects.

!!! note "JavaScript in expressions" You can use any JavaScript in expressions. Refer to Expressions for more information.

% import "_macros/data-functions.html" as dataFunctions %

% for func in df_object % dataFunctions.dataFunctions("object", func.funcName, func.returns, func.description, func.args, func.examples ) % endfor %