This n8n workflow is designed to perform automated data processing at regular two-hour intervals. It starts with a 2-hour interval trigger, which activates the workflow every two hours. When triggered, the workflow executes a FunctionItem node that sets two custom variables: ‘myVariable’ to 1 and ‘myVariable2’ to ‘this is exciting’. The item then passes to a Set node, which extracts the ‘myVariable2’ value and assigns it to a data variable, preparing it for further processing or storage. This setup is useful for automating routine data manipulation tasks, such as updating status messages or preparing periodic reports, ensuring consistency without manual intervention.
Automated Data Handling Every 2 Hours
Node Count | 0 – 5 Nodes |
---|---|
Nodes Used | functionItem, interval, set |
Reviews
There are no reviews yet.