{"id":23624767,"url":"https://github.com/hcl-tech-software/node-red-contrib-hcl-iterate-loop","last_synced_at":"2026-02-11T10:01:39.820Z","repository":{"id":103912009,"uuid":"307309553","full_name":"HCL-TECH-SOFTWARE/node-red-contrib-hcl-iterate-loop","owner":"HCL-TECH-SOFTWARE","description":"This Node-RED node allows you to build loops, just like a for loop in any programming language do, iterating over the selected parts in the flow. Playing with the starting point, increment/decrement values and condition to be evaluated in each iteration.","archived":false,"fork":false,"pushed_at":"2020-11-30T18:02:46.000Z","size":171,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-29T20:40:34.460Z","etag":null,"topics":["loops","model-realtime","node-red","node-red-contrib"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HCL-TECH-SOFTWARE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-26T08:42:48.000Z","updated_at":"2023-12-21T09:43:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7fd59fa-ed12-43d0-bdc6-881f3af2fb9e","html_url":"https://github.com/HCL-TECH-SOFTWARE/node-red-contrib-hcl-iterate-loop","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"db0b589a8aab64c0afdcb96fb8ca62e9bdd5ddb3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HCL-TECH-SOFTWARE/node-red-contrib-hcl-iterate-loop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HCL-TECH-SOFTWARE%2Fnode-red-contrib-hcl-iterate-loop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HCL-TECH-SOFTWARE%2Fnode-red-contrib-hcl-iterate-loop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HCL-TECH-SOFTWARE%2Fnode-red-contrib-hcl-iterate-loop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HCL-TECH-SOFTWARE%2Fnode-red-contrib-hcl-iterate-loop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HCL-TECH-SOFTWARE","download_url":"https://codeload.github.com/HCL-TECH-SOFTWARE/node-red-contrib-hcl-iterate-loop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HCL-TECH-SOFTWARE%2Fnode-red-contrib-hcl-iterate-loop/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269409313,"owners_count":24412140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["loops","model-realtime","node-red","node-red-contrib"],"created_at":"2024-12-27T21:16:25.242Z","updated_at":"2026-02-11T10:01:39.809Z","avatar_url":"https://github.com/HCL-TECH-SOFTWARE.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-red-contrib-hcl-iterate-loop\nNode-RED node to build loops and interact with others nodes in a flow.\nBasically working like a `for loop`.\n\n## Config iterate-loop\nBelow are the inputs properties required to make it possible.\n\n- Variable name, that can be associated to a context variable(`msg`, `flow`, `global`).\n- Value to start the loop, can be a number or a variable from a context(`msg`, `flow`, `global`).\n- Condition to finish the loop, choosing from an operator (`==`, `\u003c`, `\u003c=`, `\u003e`, `\u003e=`) and a value to compare with (`number`, `msg`, `flow`, `global`).\n- Increment/Decrement value (`number`, `msg`, `flow`, `global`). Note: for decrement is enough with enter negative values and for increment positive values.\n\n\nThe loop will continue as long as the condition it is `TRUE`, throwing an output to the output label `continue` in each iteration.\nWhen the condition changes to `FALSE` the loop will terminate an the output will be send to the output label `exit`\n\n## Basic example\nWith an example can be more straightforward to understand how this node works, the flow is available in the example folder of this repo.\n\n![iterate-loop resting](./images/node0.png)\n\nnode0.png - *node in resting mode*\n\n![iterate-loop looping](./images/node1.png)\n\nnode1.png - *looping status*\n\n![iterate-loop terminated](./images/node2.png)\n\nnode2.png - *terminated loop status*\n\n![iterate-loop output](./images/node-output.png)\n\nnode-output.png - *output from debug messages*\n\n![iterate-loop properties](./images/node-properties.png)\n\nnode-output.png - *configuration properties of the node*\n\n## License\n[Apache 2.0](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcl-tech-software%2Fnode-red-contrib-hcl-iterate-loop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhcl-tech-software%2Fnode-red-contrib-hcl-iterate-loop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhcl-tech-software%2Fnode-red-contrib-hcl-iterate-loop/lists"}