If you want the current time, you don't need to wire the input to "Get date/time string".
We have told you in the earlier discussion to get rid of the express table VI and dynamic data. A table is just a 2D array of strings, so just built it in a shift register. I don't have your hardware, but the attached should be able to give you some ideas.
Also make sure to be able to stop the VI. If you would run it forever, it will run out of memory eventually.
(I would also recommend that you don't use periods in file names. While it is allowed, it can cause confusion with the identification of the file extension)