Is it possible to create a timestamp after a file is uploaded? This way, we can see who uploaded the latest version and when.
In the same row you upload your files, you could have a computed value getting the user profile email. Or you could use the user profile directly from the layout editor.
Thank you for your response!
Yes, then I indeed have the user who uploaded the file. I’m mainly looking for the date and timestamp. Do you know if that’s possible?
Ok so the image is showing fake data? Right? So you actually already have the username but now you want the timestamp. Correct?
Correct! I’ve added the text as an example (how I’d like it to be). I can find the user, but I’m mainly interested in the date and timestamp as soon as one or more files are uploaded.
You could put the file upload field inside a form and set an action onSubmit to set a new timestamp on the row.
I’m always hesitant to use Set Column on submit because you are trying to edit a newly added row, and that sometimes doesn’t work. It’s not always reliable due to timing and you might be trying to edit a row that hasn’t been fully added yet.
There are Special Value components available for these types of situations within a form that will add the values when the row is added as opposed to updating the row after it’s added. I think people often overlook these special value, value, and user profile components.
You are right ! Almost forgot about these special values that I used yesterday !! LOL