For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

For the complete documentation index, see llms.txt

For loop

Iterates either over the items in a given list or sequence.

A loop is an operator that allows you to repeat the operations multiple times. When adding a For loop, you can attach a chain of steps to perform the same process over again.

Add the step

To add the For loop step to your workflow, do the following:

  1. In the Signicat Dashboard, navigate to Products > Signicat Mint.
  2. Open your workflow.
  3. In the Builder UI, click the plus icon (+). Then, click Add a step.
  4. In the steps menu, search for For loop.

Now, configure the step as explained below.

Step configuration

When configuring the step, you can choose the iteration method:

  • List mode: Allows you to select a Target list to iterate over. Then, the loop will iterate over the items in the list. You can use the items as variables in the attached steps.
  • Input mode: Allows you to configure the parameters for an arithmetic progression (range):
    • Start: The starting number in the range.
    • End: The given end point in the range.
    • Step: The increment.
    • Operator: Allows you define the conditional aspect of the progression. For example, if the Operator is set to Less than, the end value is not part of the generated sequence.