Hello,
So I have a very simple loop that searches for a branch, extracts data, then goes to the next branch, extracts data, etc. However it sadly overwrites the data. I want it to append to the same variable, and then once it's done with all 23 branches I will want it to export that to a single excel file. I tried doing it by adding the data to a list :

But then that it ends up doing it like below (I am only testing with 2 branches), and I'm not even sure how to deal with that data honestly. I tried to push that into excel and it just pushed all the data into 2 cells 😞
