Append
This node allows you to create a list of objects with a selected schema.
This node allows you to create a list of objects with a selected schema. For example, let’s say that you are fetching Facebook insights every day, and you want to collect them into weekly insights. You can use the Append node to “remember” all of those insights before you reset it. Unlike most nodes, this node has two triggers: append and reset. You can use a Delay or Delay To node to schedule the reset. Take a look at the example below to understand better how you can use it:
Example
Input Fields
field | schema | explanation |
schema | schema_id | Select a schema for the items to be appended to the list. |
item | any | Input the item that needs to be added to the list. |
flatten | boolean | Enable this field if you want to flatten the output. |
Output Fields
field | schema | explanation |
list | any | Outputs the list generated from appended items. |
Video Tutorial
Did this answer your question?
😞
😐
🤩
Last updated on October 11, 2022