I would like to write box entry time to global table, but if product has been processed, the entry time would be write to Column 8 of the table; if has not been processed, the entry time would be write to Column 4 of the table. I use an integer "tempCol" to distinguish which column should be written to, but seems not work in Write To a GlobalTable Trigger. May I use Code Snippet like this?