Hi guys, im not sure and figuring out how do i do the timestamps (Email sent column) for only the approved columns? Because currently im only able to do it for the whole column instead of the only approved ones. To keep things clear i dont want the timestamp for rejected.
You need to move the Excel Application Scope out of For Each Current Row as you don’t need to write result to file in the loop. Try it and then see whether it works.
You can use Write Range activity (under System workbook) to update datatable instead of updating cell. Excel Application Scope is not needed for Read/Write Range under System Workbook.
Write Range activity should be inserted outside of For Each Current Row.