Iโve had trouble completing loops. Is there a limitation on how many cycles a loop can have? Iโm trying to loop through a spreadsheet of 474 rows, writing to columns for each row analyzed. 99 cycles were started (not 474) and it hung at 98 without proceeding. https://chat.lindy.ai/home/?templateId=68703699d2bcd427715623c1
Also, the software might be starting the loop count at 0, which would explain why it stopped at 98. So, Loop #0 would be the first, then Loop #1 would be the second run, etc.