Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| transformations:repeat [2024/12/03 01:59] – [Community examples] dmitry | transformations:repeat [2026/04/29 18:29] (current) – dmitry |
|---|
| \\ | \\ |
| =====Remarks===== | =====Remarks===== |
| If the called module contains the [[transformations:input|Input]] action, the first iteration is populated with the input dataset of the //Repeat// action that calls it. In the following iterations, it's populated with the result dataset from the previous iterations. In other words, the result of an iteration is automatically passed as the input to the next iteration. | The called module must start with the [[transformations:input|Input]] action. The first iteration populates the "Input" action with the input dataset of the //Repeat// action that calls it. In the following iterations, it's populated with the result dataset from the previous iteration. In other words, the result of an iteration is automatically passed as the input to the next iteration. |
| | |
| | The result of an iteration is a table flagged as the "Default result table". To flag a table as the result table, right-click its title bar and select "Mark as result table" in the table context menu. |
| |
| {{ :transformations:repeat-inputs.png?nolink640 |}} | {{ :transformations:repeat-inputs.png?nolink640 |}} |