I might be missing something here but if I have a table that includes a required file column how do I ensure that the record has a file uploaded to that column as it is a 2-step operation (1. Create the record and then 2. Upload the file).
The file column is only required on subsequent saves, not the initial creation.
This must be a common use case but I can't figure out how to be certain that a file is uploaded (I need it for compliance checks later).
Essentially I want to have a record that has some required text columns AND a required file column and know 100% that everything is entered.
At the moment there is a risk that a user enters the required text, hits save and never uploads the file.
Do I need to come up with a different design/strategy?

Report
All responses (
Answers (