Create object from arrey

Hey! I want to do the following:I need to get an Object with a key:value pair

I get a JSON response like this, and as I understand it, my array contains a variable. Correct, if not, I'm still a noob in this matter.ο»Ώ[Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2021-12-24 Π² 1.35.42.png]ο»ΏI need this to be a pure variable with no square brackets. Based on what I saw in this instruction: https://docs.xano.com/working-with-data/functions/data-manipulation/objectsΒ 

These are the settings for creating Object I have now.
ο»Ώ[Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2021-12-24 Π² 1.38.24.png]ο»Ώο»Ώ[Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2021-12-24 Π² 1.38.29.png]ο»Ώ
ο»Ώ[Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2021-12-24 Π² 1.38.34.png]ο»ΏAnd this is the response I get
ο»Ώ[Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2021-12-24 Π² 1.40.53.png]ο»Ώ
What i'm doing wrong and how i can implement it? I want to get someting like this
ο»Ώ[Π‘Π½ΠΈΠΌΠΎΠΊ экрана 2021-12-24 Π² 1.44.57.png]ο»Ώ
In my case it should be like
[
{
'key':'impression',
'value':'57005'
},

{
'key':'spend',
'value':'17309.45'
},

etc.
]
Other
6 replies