Formula help
OK here 's the deal : I 've got a simple filter component acting on a returned API set . Each returned item has an array of properties , and I want the formula to filter by checking to see if any of the properties in the array match the currently selected variable . Thinking this should be a find action , returning true if any of the items in the array are a match , which then filters the set ? I thought this would be easy but I can 't figure it out 😄