Hi
I have created my project, and there is one problem. project output multiple tables to mysql, even my purpose is to get only last template captured data as results.
I quite deep browsing tree to actual page what contains data, and i have created discovery to that page using list option, and inside lilst there is sub-list (4 level)
Now it seems that every sub-list is creating own table to mysql, and push those results also to db. It is really easy to drop tables, but i know there is some way to void that.
Can you tell where toread or is there easy way to solve that.