Hello,
I have a table called “Student application” in which there is a multiple file type field called “application proofs”.
I was wondering if there is a way to get “created date” for each of the files inside the field.
I know I should have created another table for “application proofs”, but now I am to lazy to change the structure.
Thank you again.
short answer: no, you can’t get the created date of each individual file inside a multiple file field.
bubble only stores the list of file URLs there. it doesn’t keep separate metadata like upload date per file. the only created date you have is for the “Student application” thing itself, not each file inside it.
so if you need per-file dates, the only proper way is what you already mentioned a separate data type for “application proof” with its own created date. there’s no hidden field you can pull from the current structure unfortunately.
1 Like