Another question. My code won't loop. it only runs the 1st slice up to 999 but never repeats. I did this same type of setup in 1.0 and it worked. now it doesn't in 2.0. The slice.length in the While statement is always set to 999 so it won't loop. Any help would be amazing
b
battk
10/26/2020, 9:54 PM
you probably want to be posting these to #C29HQS63G
battk
10/26/2020, 9:55 PM
that said, your diagnosis is correct, your slices will never have over 1000 elements in them
c
Casey Kolowinski
10/26/2020, 10:00 PM
thanks, i will post over there in the future. any idea how to get while variable to see the whole resultset length so that it'll properly loop through? my syntax was almost identical in 1.0 and it worked fine