Repeating Code Block

How do l repeat a code block a number of times, with a varying value being held? I can vary the value, but it does not repeat the block?

image

I wish to amend ‘B’ 100+ times, A & C remain the same, yet the block gets pushed into a node 100+ times. I am having no luck searching for a solution regarding this task. Any pointers welcomed.

image

Resolved.

Not sure if this is how you solved it, but the syntax below is probably best…

[A, 1..B..1, C]

1 Like