Array in the node?

Hi,

How to mention the below details in the body parameter of a node?

"authentication": {
        "type": "PSK",
        "parameters": {
            "idPrefix": "string",
            "secret": "string"
        }
    },

I have mentioned like this, but not working.

image

image

Hey @mahesh!

Assuming that you’re using the HTTP Request node, you will need to set the value for the JSON/RAW Parameter to true. You will then be able to set the JSON body. The other way is to use the dot notation. So instead of adding authentication in the Name field, you will have to add authentication.type

I hope this helps :slight_smile: