Filter data with "includes" in array
Hi , I ’m working on a scenario where I need to filter events based on their unique IDs . I have an array of event IDs , and I want the system to only let through those events whose IDs match the ones in a array . The goal is to ensure that only the events included in the predefined list are processed . Specifically , I ’d like to understand how to effectively compare the event objects and filter based on this list . I have created data exemple on a screenshot Thanks in advance for your help ! ✅1The array would be your list of Ids