read zip file, if contains "string" then add row to a table with value label
Hi,I created a table then open a zip folder, first save a log file to specific path, second read a file (long text file) then check if it contains string. if yes, add new row to created table and add value. everything works until the adding new row and value to table. I cannot figure out what is the issue because there is no error or information in log. Below is my script, can someone give suggest...