Is it possible to link multiple files to one record using a file reference field? IE Can a table record have an array of files linked via the file reference field?
The FILE REFERENCE
column type allows referencing a single file. The column stores a string, which is a file URL.
To reference multiple files, I recommend using the JSON
column type. The data stored in the column would be a JSON array of file URLs stored as strings.
Regards,
Mark