@
convict29 Sure it works fine loading a list/table while reading the data.
What happens is that you load the list into your project and the project creates a catch of that data, which you can process however you want, in that instance of running the template.
The problem is when you want to interact with the actual file instead. That's why you bind it. So you make those changes (add/read/delete line) into the text file you loaded the data from instead.
Which makes it possible to multithread and also to continue from where you left off next time you're running the template, instead of reloading it and start from the beginning again.