Timestamp as ID in table

hello @DewyWCI, great question!!

you can create the Table Record with the following as the ID: @App Info.Current Date and Time + '' (note the + '' to convert the Datetime to a Text that is required for the ID):

as you can see, the Records are created like this in the Table:

just to confirm, do you like the time as Unix timestamp (as shown above) or the date as a human readable format?? that can be done too, but I just wanted to confirm.

hope this helps!!