Combinations from 2 different lists

Hi All,

I'm looking for a component or pilotscript that would take 2 different lists and calculate all the different combinations between them. See below for a simplified example. Each list can contain any number of values.

List 1:

A

B

C

List 2:

1

2

3

Results:

A1

A2

A3

B1

B2

B3

C1

C2

C3

Thanks!