Hello
Could you guys please help me with lists multiplication
I have two lists with different lengths. The first list contains two items, and the second one contains only one item. I need to multiply every item of the first list with every item of the second list.
If I use the “multiply” node it only multiplies the only first item of the first list (as it is shown on the image below)
I need the result to be a list with two items. In this case the items should be “3” and “6”