Hi everyone.
I’m using the “Read Row” to read a row with text fields from a excel file, and I want to loop through this values in order to do some operations (remove blank spaces, etc). However, the Output of “Read Row” is a IEnumerable and I’m not seeing how I can loop through this.
Any suggestions?
Thanks!