Bug Summary: Looping by Zapier step only creates 1 iteration instead of expected 6 iterations
Expected Behavior: Loop should create 6 separate iterations for column names: "Book", "Page", "Street Address", "City", "State", "Zip Code"
Actual Behavior: Loop consistently shows loop_total_iterations: 1 regardless of input configuration
Configurations Attempted:
- Array format:
{"column_name": ["Book", "Page", "Street Address", "City", "State", "Zip Code"]} - Object format:
{"1": "Book", "2": "Page", "3": "Street Address", "4": "City", "5": "State", "6": "Zip Code"} - Line-separated text format
Impact: Unable to create multiple columns dynamically, forcing manual creation of individual steps


