Node Functionality
Custom Code node is like a code executor within workflows. It can:- Modify structure of the data received;
- Perform operations on data;
- Filter data;
- Use supported external JS libraries in code;
To know more about all the libraries supported, refer here.
- Any other operation that you want to using code;
Custom Code Input Fields
To get started with Custom Code, first provide theInput Parameters
as a key-value pair that you want to use in code and then select your preferred language.
In the Code section, the user can write their own custom code which they want to get executed within the yourFunction.
