Hello,
I am facing an error using Generate Rows tool. I am trying to generate rows for each date between the start and the end dates. After running for two loops it fails with the error message The value did not change after the Loop Expression. I am not able to detect the reason for this error. Also find the date and the formula I used to in the attached picture.
Thank you in advance for your support.
Solved! Go to Solution.
Hi @sreekanthac
Please change [Startdatnum] to [RowCount] in the highlighted section. Since RowCount is the iterator variable.
Formula would be
DateTimeAdd([RowCount],1,"days")
Hope this helps : )
Thank you @atcodedog05 . That was really a silly mistake.
Happy to help : ) @sreekanthac
Cheers and have a nice day!