Hi everyone,
I’m looking for a way to see what time an item was created, as opposed to just seeing the date that it was created via the creation log.
Use case: I have a form that clients use to submit their information, and I need to respond to the clients based on how long they have been waiting and other form responses.
Right now, in the creation log column, I can only see the date each item was created.
Thanks in advanced!
Have you tried a last updated column?
@Bastouri
If you hover over the creation log column values you can see the times.
If you want to see it without doing that, one way is to create a formula column with this formula:
{Creation Log#DateTime}
Or, for just the time:
FORMAT_DATE({Creation Log#DateTime}, "HH:mmA")
Jim - The Monday Man (YouTube Channel)
Watch Our Latest Video: DYNAMIC GROUPING - The Most Powerful monday Feature Ever? - YouTube
Contact me directly here: Contact – The Monday Man