Integration-Make - Execute JavaScript in Workflows-json-parameter

JSON Parameter

For enhanced flexibility in processing input data, you can directly retrieve the value from the input field using the JavaScript variable 'Input'. If your scenario requires passing multiple values, our service enables the creation of a JSON object in the input field. This method provides a structured and efficient way to process complex data.

Input-Field

{ "json": { "firstName": "John Doe" } }

JS-Code-Field

return input.json.firstName;

Output-Field

{ output: "John Doe" }



You have to make sure that your input is a valid JSON String and not an object as you write it in JavaScript for example.

Make.com Custom JavaScript JSON Parameter Example
Make.com Custom JavaScript JSON Parameter Example

Make.com Custom JavaScript JSON Parameter Example
Make.com Custom JavaScript JSON Parameter Example

Make.com Custom JavaScript JSON Parameter Example
Make.com Custom JavaScript JSON Parameter Example

Make.com Custom JavaScript JSON Parameter Example
Make.com Custom JavaScript JSON Parameter Example