File dropper widget

0
I have A document entity, in which , i have some custom attributes like type, is_internal, etc along with file name and file size. I want to use file dropper for multiple file upload, however, facing an issue, since, other attributes like is_internal, type is not passed in document  entity when i hit upload button.    Also, i want common add button at the bottom, which uploads document along with doocument type and is_internal field value.   Any suggestion how we can achieve it?  
asked
1 answers
0

Hi Rakhi Gupta,

You can keep a helper object as page parameter and the helper object also contains the is_internal, type parameter. Then go the Events section on the Widget configurations of the FildeDropper Widget and add a microflow which will have document Entity and Helper object as microflow parameter. Now you can set the values from Helper→ DOC . Hope It helps

answered