Connector function - Send object to endpoint

How do I set up a function to send of an object to an endpoint.
The object reside in a variable and consist of an Array of Objects.

Use text variable. Store your data in an array and after use jointostring to create a « text array of object » your delinitwr will be something like {« key » = «
Add start as [{« key » = « and end »}]
Send this text in your text input.

Hope it clear

Thank you for your reply @youri.regnaud .
I see, the input can not be of object type.

The object I have is a result from an API Tulip table request
It also have some values outside/above the array.
This format is needed as input to an endpoint in an external middleware.

Will I manage to create this as well ?

{
“key1”: “value1”
“key2”: “value2”
“key3”: “value3”
[
{object1}
{object2}
{object3}

]
}

Is number of objects if fix or variable?

It varies. Can be 10, can be 100.

I will try to set it up as you suggested. I think I can ask for a change at the endpoint to adapt.
Just put all the values/variables inside every object.

Like this
[
{object1}
{object2}
{object3}

]