I have a list L with a lot of rows, for each row there’s an ID number, which its index is 1.
I’m trying to make the blocks read my sheet from google spreadsheets and sum the occurrences for a given ID. IT’S NOT WORKING…
Your comment made a lot of difference to me. Even tho i couldnt solve the problem with it, it helped me to solve a problem I didnt know existed.
What got me is that the global variable “app variable index” wasnt adding up the numbers, then i changed it to the own variable that was receiveng the data and it worked.