Duplicating rows by a number and increment it down

Let’s say i have the following table:
ProductName;Price;Amount
A;20;2
B;25;3
I want it to show the following:
ProductName;Price;Amount
A;20;1
A;20;1
B;25;1
B;25;1
B;25;1

Hi @Zamolxe and welcome to the Community!

Answering your questions, the “Repeat rows” action does exactly that.

1 Like