How to use the count "variable" inside a repeat count

Hi,

Lets say I want to use the counter value in the sequence below

          count: "{{ count|int * 2 - 1 }}"
          sequence:
=> here

Is that possible?

Thanks for your help.

Use the repeat loop variable.

{{ repeat.index }}
{{ repeat.first }}
{{ repeat.last }}

4 Likes

Great. Thanks will try. I did not find any documentation on that, although I did a proper research before.

Better say, the solution did not jump into my eyes. :slight_smile: