Get objects in a collection

Hello,

I am trying to get the link out of this structure for send to a HTTP POST
[
{
“file_link”: {
“link”: “https://xxxxyyy.com/files/bw73u5y3wbnq7n68hw9aygxpko/public?h=kpMuAnz3w0K6MGr9G5qLKbaeehPHiEG7GMkQ6K0ZFVE
}
}
]

I have tried to use iterators and the get() functions but I am just not getting the results

Hi, I parsed the JSON you sent here.
Then used the get function. {{get(123.file_link; “link”)}}



This is the way to do it you almost had it. Let me know if this helps!

2 Likes

Amazing! Thank you I was so close could just not get the syntax.
Thanks

1 Like

Good glad this helped you!!!

2 Likes