Question
5
Replies
4915
Views
Posted: November 27, 2017
Last activity: December 5, 2017
Closed
Solved
For Loop Execution
Hi,
I have executed the For Loop to get the string from the Excel Workbook & do the actions [Query], then print the output value in the same excel workbook.
Here, the problem is after printing the value in the workbook, the For Loop hasn't get initiated. Could you please?
Thanks!
You are missing the Index for your second StringUtils.Concat before you call SetCellValue (with column D). That result should be D{Index} but is just returning D at the moment.