Extract List
This node lets you access any variable within a list of JSON objects and extract its value for each item of the list.
This node works like the Extract node, but it lets you access a variable not just for one object, but for a list of objects.
Imagine you have a list of ad objects from which you need to extract a id
for each. This is what the Extract List node helps you to achieve.
Take a look at the example below to understand better how you can use it:
Example
Input Fields
field | schema | explanation |
data_list | any | Input the list of items of which you need to extract the variable. |
pointer | string | Input the path to the desired value. I.e. /id . |
Output Fields
field | schema | explanation |
data_list | any | Outputs the list ofextracted values. |
Did this answer your question?
😞
😐
🤩
Last updated on November 9, 2022