# Loop

Repeat the node.

![Loop](./images/Loop.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Infinite Loop
</td>
<td>
Infinite loop.
</td>
</tr>
<tr>
<td>
Loop Count
</td>
<td>
Number of times to repeat (only when Infinite Loop is false)
</td>
</tr>
 </tbody>
</table>

