Multiply list of keys depending on a variable number

Hi, I´m trying to create a formula that makes the following:

List: aaa, bbb

Number of enum list items selected: 3 

Result list: aaa, bbb, aaa, bbb, aaa, bbb

Can anyone help me?

Thanks.

0 4 111
4 REPLIES 4

Steve
Platinum 4
Platinum 4

These might provide some inspiration:

Posts on adding multiple rows

Thanks for answering Steve. I need an expression because is meant to be used in a JSON body template.

Is there a way to add [List]+[List]+[List] in a variable way? Like [List] * n ?

Steve
Platinum 4
Platinum 4

@JB_app wrote:

Is there a way to add [List]+[List]+[List] in a variable way? Like [List] * n ?


Nope. 😞


@JB_app wrote:

is meant to be used in a JSON body template


So a Start: should be enough. Those can be quite useful when thinking outside the box

Top Labels in this Space