Forum Discussion
sebbyp
Helper III
10 years agoExpression.Error: There weren't enough elements in the enumeration to complete the operation
What does this error mean? I am collecting data from using a web connector. Any help much appreciated.
- 10 years ago
This error is thrown when pivoting columns with same name. Please check your column names in your data source. Also refer to a similar thread below:
Regards,
Ash2022
Helper I
2 years agoI know this is old, but my finding could help someone else with similar situation.
I was getting the same error, I found that if you set Keep Errors for previous steps for all the columns, you can isolate the issue. in my situation, I was getting the error because some columns values were with error, so some steps might not work correctly if there are error values in the previous steps.