Great Video! I had a Need to display the File Names that were Uploaded on the Screen before they leave to verify. I found that if You don't Manually Assign Variables you can Add the Variables in the top Section for File name, Content Document, and Version. File Upload component then can be used to access the individual parts to use on the Page and then Assign Doc IDS or Versions Directly on the Next Assignment. i.e. varDOC_IDS = {!File_UPLOAD.contentDocIds}
The only issue I've run into is when multiple files need to be uploaded. I'll be using this on a customer facing (public) flow, and not everyone knows how to select multiple files files in the 'select file' dialog (shift+click or ctrl+click), so if they upload one file, then another, and so on, only the last file they chose will be uploaded. Has anyone solved this?
I loved this video. It was super helpful. Where would I add a success message letting the user know the new record was created? Is it after we Create the Content Document Links?
Thanks this video was super helpful, I am having issues with uploading files in a Screen Flow on a Experience Site? I know it has to do with access but not sure exactly. Thoughts???
This was super helpful, thank you so much. I'm wondering if you know a way to make the uploaded files immediately visible to a community user? I added a doc link variable for visibility = all users but that didn't work.
I was testing my flow when I got distracted and forgot if I uploaded both my files. Is there a way to show the user the files that have been uploaded before they do a final submit?
Thanks for the tutorial but it didn't work for me when I tested it in incognito mode. I put the flow on a public experience page for site guest users and it doesn't allow them upload any files
HI Please help. I get a "You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary." error when I try to debug the flow as a Partner Community User.
If users have already uploaded files, log out, and then log back in to the screen flow > do you do a Get Records element before the screen of Content Documents Links?
This worked great in Debug but when I put it in an Experience Site I was seeing issues, it is not seeing the ContentDocument IDS when it Loops the files
After watching the video, I have a question. If I have an object called ABC and I've overridden the new button with a flow that requires a mandatory file upload, can I still perform a data import for that object? The object doesn't include a file field. I'm wondering if it's possible to upload data using a file in this scenario.
Thank you for this! Broke my brain about 50 ways on the document link after record creation
Great Video! I had a Need to display the File Names that were Uploaded on the Screen before they leave to verify. I found that if You don't Manually Assign Variables you can Add the Variables in the top Section for File name, Content Document, and Version. File Upload component then can be used to access the individual parts to use on the Page and then Assign Doc IDS or Versions Directly on the Next Assignment. i.e. varDOC_IDS = {!File_UPLOAD.contentDocIds}
thanks a lot. I was stuck the entire day at the upload file part, and your video was exactly what I needed
You are a life saver. Thank you!
Nailed it, exactly what I was looking for.
very helpfull!! if you can add the option to see the name's file uploaded into the component thx
Great video! Questions... is it possible to be able to get the link of that attachment being uploaded into the record being created?
Love this video, thanks so much for sharing! Simple, elegant solution.
As always: Excellent tutorial. So helpful
This video saved my day 🎉 thanks man
wow! you solved my problem so easily and its working. thank you so much!
Simply love this use case, so applicable!!
You are the best I had the same requirement
This is good stuff. Thank you for this, so needed and very useful.
The only issue I've run into is when multiple files need to be uploaded.
I'll be using this on a customer facing (public) flow, and not everyone knows how to select multiple files files in the 'select file' dialog (shift+click or ctrl+click), so if they upload one file, then another, and so on, only the last file they chose will be uploaded.
Has anyone solved this?
I loved this video. It was super helpful. Where would I add a success message letting the user know the new record was created? Is it after we Create the Content Document Links?
Thanks this video was super helpful, I am having issues with uploading files in a Screen Flow on a Experience Site? I know it has to do with access but not sure exactly. Thoughts???
This was super helpful, thank you so much. I'm wondering if you know a way to make the uploaded files immediately visible to a community user? I added a doc link variable for visibility = all users but that didn't work.
I was testing my flow when I got distracted and forgot if I uploaded both my files. Is there a way to show the user the files that have been uploaded before they do a final submit?
Thanks for the tutorial but it didn't work for me when I tested it in incognito mode. I put the flow on a public experience page for site guest users and it doesn't allow them upload any files
HI Please help. I get a "You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary." error when I try to debug the flow as a Partner Community User.
If users have already uploaded files, log out, and then log back in to the screen flow > do you do a Get Records element before the screen of Content Documents Links?
How can I update the content version from here. Could you please check that. I need to update the file custom field from here
This worked great in Debug but when I put it in an Experience Site I was seeing issues, it is not seeing the ContentDocument IDS when it Loops the files
Hi yeah even I'm facing the same issue. If you got any solution please let me know
@@kishore597 This way puts the Upload Screen after the creation and made it all work.
After watching the video, I have a question. If I have an object called ABC and I've overridden the new button with a flow that requires a mandatory file upload, can I still perform a data import for that object? The object doesn't include a file field. I'm wondering if it's possible to upload data using a file in this scenario.
Thanks ..big help
Is there a way where we can restrict the number the files that can be uploaded?
I have a question ,
I want to restrict the file size to 2 MB.
How to achieve that??