Why does the array function “first” return an array instead of the collection/object?

It doesn’t make sense to me for it to return an array if it’s only one element. What is the rationale behind this?

Hi @Nicolas_Berney,

I haven’t faced this issue, can you share what your array looks like?

1 Like

Hi Runcorn,
you are right, it returns just the value and not an array… Thanks for your help.