Hi,
I’m pretty sure the answer is no to the following question but just want to double check!
I have a Parse JSON module outputting an array. I was trying to use the map function to filter all guest where dietary preference != none.
I can add the != operator, save the scenario and run it. But after running it seems to remove the != so I get the guest name where dietary preference is none instead.
Is this expected behaviour? To get an array of guests where dietary preference != none I would have to use an Iterator and Array Aggregator with a filter in between?
Also am I correct in saying that there is no way to use map and maintain all the properties of the originating object? ie. I can only map one property, like name in this case?
Thanks!
Brian