What is the Cartesian Product list merge? +
The Cartesian product combines every line of List A with every line of List B, and then with every line of List C. If lists contain 10 lines each, it yields 1,000 combinations (10 x 10 x 10).
How does custom separator logic work? +
Selecting "Custom separator..." displays an input box where you can specify any string (e.g., dots, symbols, slashes) to join the terms.
Is there a limit on combinations? +
Since computations execute in local browser memory context, generating up to 50,000 combinations is handled smoothly. We cap computations to avoid browser freezes.