For the complete documentation index, see llms.txt. This page is also available as Markdown.

Increase variable

Increase variable is used to add a numeric value (defined in the Increase by section) to a variable.

In the Output variable field, you can enter the same name as the old variable to accumulate the value, or enter a completely different variable name to save the result to a new variable without changing the old variable.

  • Increase by: The amount you want to add (e.g., 1, 2, 5...).

  • Example: You have a variable $row = 5.

    • If you enter Output variable as $row and Increase by as 1 ➡️ The variable $row will increase to 6 (accumulated).

    • If you enter Output variable as $nextRow and Increase by as 1 ➡️ The variable $row remains 5, while the new variable $nextRow will have a value of 6.

    🎥 See more tutorial video: Here.

Last updated

Was this helpful?