Loop by Zapier only returns one iteration instead of the 6 I'm asking it for.
Bug Summary: Looping by Zapier step only creates 1 iteration instead of expected 6 iterationsExpected 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 configurationConfigurations 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 formatImpact: Unable to create multiple columns dynamically, forcing manual creation of individual steps
51
