<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.foji.io/index.php?action=history&amp;feed=atom&amp;title=For_Loop_Node_in_Pathways</id>
	<title>For Loop Node in Pathways - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://docs.foji.io/index.php?action=history&amp;feed=atom&amp;title=For_Loop_Node_in_Pathways"/>
	<link rel="alternate" type="text/html" href="https://docs.foji.io/index.php?title=For_Loop_Node_in_Pathways&amp;action=history"/>
	<updated>2026-06-22T03:25:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://docs.foji.io/index.php?title=For_Loop_Node_in_Pathways&amp;diff=2821&amp;oldid=prev</id>
		<title>Mitchell.Hirsche: Mitchell.Hirsche moved page Documentation: For Loop Node in Pathways to For Loop Node in Pathways</title>
		<link rel="alternate" type="text/html" href="https://docs.foji.io/index.php?title=For_Loop_Node_in_Pathways&amp;diff=2821&amp;oldid=prev"/>
		<updated>2025-03-05T23:08:57Z</updated>

		<summary type="html">&lt;p&gt;Mitchell.Hirsche moved page &lt;a href=&quot;/wiki/Documentation:_For_Loop_Node_in_Pathways&quot; class=&quot;mw-redirect&quot; title=&quot;Documentation: For Loop Node in Pathways&quot;&gt;Documentation: For Loop Node in Pathways&lt;/a&gt; to &lt;a href=&quot;/wiki/For_Loop_Node_in_Pathways&quot; title=&quot;For Loop Node in Pathways&quot;&gt;For Loop Node in Pathways&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 23:08, 5 March 2025&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key wiki:diff::1.12:old-2657:rev-2821 --&gt;
&lt;/table&gt;</summary>
		<author><name>Mitchell.Hirsche</name></author>
	</entry>
	<entry>
		<id>https://docs.foji.io/index.php?title=For_Loop_Node_in_Pathways&amp;diff=2657&amp;oldid=prev</id>
		<title>Mitchell.Hirsche: For Loop</title>
		<link rel="alternate" type="text/html" href="https://docs.foji.io/index.php?title=For_Loop_Node_in_Pathways&amp;diff=2657&amp;oldid=prev"/>
		<updated>2025-03-05T00:00:33Z</updated>

		<summary type="html">&lt;p&gt;For Loop&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;#039;&amp;#039;&amp;#039;For Loop&amp;#039;&amp;#039;&amp;#039; node in Pathways is used to execute a sequence of tasks for a specified number of iterations. It enables the dynamic repetition of processes within a defined range. Below are the configurable options for the &amp;#039;&amp;#039;&amp;#039;For Loop&amp;#039;&amp;#039;&amp;#039; node:&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== &amp;#039;&amp;#039;&amp;#039;Configuration Options&amp;#039;&amp;#039;&amp;#039; ====&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
#* Specify a unique name for the For Loop node to identify it in your workflow.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Variable Name&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
#* Define the name of the loop variable that will hold the current iteration value during each loop cycle.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;From&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
#* Set the starting value of the loop.&lt;br /&gt;
#* The value can be configured using either &amp;#039;&amp;#039;&amp;#039;Handlebars Template&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Script&amp;#039;&amp;#039;&amp;#039; expressions, selectable in the dropdown.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;To&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
#* Define the ending value of the loop.&lt;br /&gt;
#* Similar to the From field, the value can be configured using &amp;#039;&amp;#039;&amp;#039;Handlebars Template&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Script&amp;#039;&amp;#039;&amp;#039; expressions.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Inclusivity&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
#* Choose whether the ending value (To) is inclusive or exclusive:&lt;br /&gt;
#** &amp;lt; To (exclusive): Iterations will stop before the specified ending value.&lt;br /&gt;
#** &amp;lt;= To (inclusive): Iterations will include the specified ending value.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== &amp;#039;&amp;#039;&amp;#039;Usage Scenarios&amp;#039;&amp;#039;&amp;#039; ====&lt;br /&gt;
&lt;br /&gt;
* Performing a repetitive task, such as data transformation or calling an external service multiple times.&lt;br /&gt;
* Iterating over a range of numbers to generate incremental values or calculations.&lt;br /&gt;
* Defining a custom workflow that requires controlled repetition with dynamic start and end values.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== &amp;#039;&amp;#039;&amp;#039;Validation Notes&amp;#039;&amp;#039;&amp;#039; ====&lt;br /&gt;
&lt;br /&gt;
* Ensure the loop variable is unique within the workflow to avoid conflicts.&lt;br /&gt;
* Carefully configure the From and To fields with valid expressions to prevent infinite loops or errors.&lt;br /&gt;
* The inclusivity option determines the exact number of iterations and should align with your workflow&amp;#039;s requirements.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==== &amp;#039;&amp;#039;&amp;#039;Example Configuration&amp;#039;&amp;#039;&amp;#039; ====&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Variable Name&amp;#039;&amp;#039;&amp;#039;: i&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;From&amp;#039;&amp;#039;&amp;#039;: 1 (using Script)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;To&amp;#039;&amp;#039;&amp;#039;: 10 (using Handlebars Template)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Inclusivity&amp;#039;&amp;#039;&amp;#039;: &amp;lt; To&lt;br /&gt;
&lt;br /&gt;
In this setup, the loop will iterate from 1 to 9, executing the defined tasks for each value of i.&lt;br /&gt;
----This configuration ensures flexibility while maintaining ease of use, allowing users to build complex workflows efficiently.&lt;br /&gt;
[[Category:ForgeAI]]&lt;br /&gt;
[[Category:Pathways]]&lt;/div&gt;</summary>
		<author><name>Mitchell.Hirsche</name></author>
	</entry>
</feed>