Private tables with Multiple File Import function
Hello, I'm triying to open multiple csv files and hiding them with the property private when using Multiple File Import () << Import Data.
I am currently using a loop with the Open function :Open(myFile, private)
It works well, the tables are hidden, but I saw the Multiple File Import function which seems to be faster than the previous loop.
However, when using the << Import Data function, all the ta...