That’s not possible directly within a column. If you need a delay, the best approach is to structure it across tables — for example, send data from Table A → Table B → Table C — instead of trying to add a timer inside one table. That setup will work much more reliably.