-
Notifications
You must be signed in to change notification settings - Fork 621
Description
Is your feature request related to a problem? Please describe.
There is no simple way to update a version of a document without first navigating to the detail page of the document. My users do this many times each day and would love to be able to click a button or drop a file from the flow screens they already use to preview files and to view lists of files.
Describe the solution you'd like
I would love to be able to use File Upload Improved to handle uploading a new version of an existing document. I guess the option to supply a ContentDocumentID would need to be disabled if Allow Multiple was ticked.
Describe alternatives you've considered
I have considered a before-save trigger on ContentVersion but can't wrap my head around how it would work. I've also thought about embedding the record detail page into my flow, but that seems clunky at best.
Additional context
I envisage a new input variable for ContentDocumentID that can be set in the flow config such that uploading would create a new version of that document.