Filter
This node allows you to filter any JSON list of objects based on the criteria that you set up yourself.
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:
Example
Input Fields
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 /spend greater than 300 . |
Output Fields
field | schema | explanation |
data | any | Outputs a list of filtered objects. |
Video Tutorial
Did this answer your question?
😞
😐
🤩
Last updated on October 11, 2022