Mistake 3: Type Mismatch
You're trying to put a list of items into a field that expects a single value. Or you're trying to use text in a field that expects a number.
Result: Error or unexpected behavior.
Fix: Test early and often. When you configure a step, test it immediately to see what outputs it produces. This tells you what's available to map later.