Hi all, and happy new year!
I am getting through various compose() the fields from a JSON.
I want to put some of these fields into an array (fig.1).
At a certain condition, on this array so populated i would then run an apply to each to see if one or more of the fields in the array are equal with a certain value (fig.2).
If I understood correctly, i need to go through a compose(createarray()) in order to set the array variable. However i don't really have a clue on how to do it in a way that it maintains the syntax.
Or should i use again a parse JSON?
I have to admit that I am a bit lost here 😉
ADDENDUM: in fig.3 i've put how the array should look like (at least in my mind)
Thank you in advance and best regards,
Vittorio


