Hello,
I have an array output customFields with inside it 1, 2, 3 or 4 collections.
The problem is that the customFields are not always in the same order, so I have to know where the field “Leveranciers” is each time.
Is it possible to get the value of:
->customFields->X->selectedValues->1->label (=Contentful)
IF
->customFields->X->label = Leveranciers
I tried 4 nested IF functions, but that did not work.
Thanks