I’m trying to make my While activity to loop the same number of times as the number of rows in an excel file. And since the number of row may change I can’t just use a number as the condition. The excel’s range has been read and I tried using the DTvariable.Rows.Count method but it won’t work and ended up just messing up the whole flow.
If anyone have any suggestions what else I can do please let me know
it’s not exactly an error as it just changes the whole loop flow. The loop flow is correct when I simply use a number in the condition but if I use datatable.Rows.Count the flow changes