CHOP Exporter to Reload File button on Table DAT

Hey there, is it possible to Export a CHOP channel (going 0 to 1) to the Reload File on Table DAT, so I can reload the Table content every 10 seconds? Or maybe someone has other suggestions?

I need to implement this, because I have a Table, which updates the number of its columns every 10 seconds. And I need to specify every column with a name. So i put numbers for names (going from 1 to 50), but when I have 23 columns (with names from 1 to 23), and then 32 columns, I don’t get the names from cell 23 to cell 32, they are not being updated, and the cells stay empty. Simply when I push the Reload File button I can get the missing names of the cells (I have the names in my .txt file), but I need to Reload so to see the missing names…

I did it with another Table DAT, which hold the numbers of the cells, then I merge both tables (the one with the updating number of the columns, and the other one with 50 columns with names going from 1 to 50) with Merge DAT (Concatenate Rows). Then I put Evaluate DAT just to align the names in the cells… Lol, I’m not sure I understand how everything is working in this project, but anyway I get the result I wanted. For everyone who is interested in this post, I share the .toe file. In fact my aim was to reorder the letters in Text DATs.
Reload File button on Table DAT.toe (4.95 KB)