Hi all, is there a way to add a stamp for the datetime of data import? The datetime has to be fixed at import, i,e., it can't be dynamic like 'today()'. I want to create a change table and need to track the date and time of imports for a table that will be queried every day.
You can append a column with the date created (modified) of each imported file and append it to the imported data (e.g. using the "Peek" action).
See the snippet below.
get-date-created.morph (2.8 KB)
1 Like