v16
and v18
v3.8
, v3.9
, v3.10
, and v3.11
Node.js v16
New projects created after Mar 11, 2024 won’t be able to use Node v16 anymore. All Custom Code actions in projects created up until then will still work but need to update to a newer version in the following months.$body
(notated as {{$body.myData}}
). In that case, you would utilize context.$body.myData
.
The fastgen function is a crucial part of data extraction and manipulation, enabling seamless integration of past action data into the current workflow.
Error
and Data
. Error
will contain any runtime errors encountered while execution that didn’t early abort the whole execution of the flow. Data
will return the content that the function fastgen
, within the custom code, returned.