Imagine you have a list of Facebook Ad Insights and you only want to analyze the ads that have spent at least $300. The filter node is just what you need! It allows you to filter any JSON list of objects based on the criteria that you set up yourself. Take a look at the example below to understand better how you can use it.
field | schema | explanation |
---|---|---|
items | any | Input a JSON data list that needs to be filtered in this socket. |
filters | filters | Select a filter criteria using a pointer, operator and a value. In our example, we are filtering ads that have |