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.
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.
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.