function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bob_zBob_z 

Flow File Upload Component

I have created a flow to create new case records and I'm trying to add the file upload component to attach files. When I run the debug to see if it is working. The screen to upload files is greyed out.  I'm not sure if i have the setup correct. please any help to get this working would be greatly appreciated. 

User-added image

Component Setup
User-added image
 
vijay kumar kvijay kumar k
Hi Bob

Please cross check once on flow which type of variables you used for the record id and content document ids.
1.RelatedRelated record id must be in id format, in flows there's no variable type id I guess. Please use varible type as record and place this in upload component. Ex: case is api of variable you can use like { ! case.Id}.

2. Content Document ids must be in list of text format so while creating varible please mark as multiple and data type is text.

I think what I mentioned helps you.
If you face same issue follow the 
https://developer.salesforce.com/docs/atlas.en-us.salesforce_vpm_guide.meta/salesforce_vpm_guide/vpm_designer_elements_screen_fileupload.htm

And reply here what are issues your facing.

Regards
Vijay
Bob_zBob_z
Hi Vijay,

Thank you for helping. I have tried a couple changes but I'm still not able to upload files.  I have provided some screeshots to see my setup

Document Var

User-added image

User-added image

Case ID Information
User-added image
User-added image
User-added image