How to check if a string is in an array element's property - no ruby

Without Ruby, I would like to find if a string is in a particular property of any of the elements of an array. Is there any way to do this without using Ruby?

Let's say an array contains objects each with a 'name' property and a 'value' property. I would like to find if any of the elements contain a 'name' property of 'CorrelationId'.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.