Bit stumped on workflow "array not iterable" error

Could you try to type typeof <yourVariable.result> on the formula box and share the result ?
You can also try Array.isArray(<yourVariable.result>) and see if it return true or false