How to upload multiple files using files option in create form task

Hi,
I am creating a form using create form task in which I need to add one or multiple files using one activity


Here I have attached the screenshot of the activity I am using.
Also it will just be having images to be added and not any pdfs or excel files.
Here I have also attached the screenshot of the form I am trying to make.

Can anyone help me out to solve this issue?
Thanks in advance!!

@Kunal_Jain

May I know what issue are you facing?

cheers

Hi @Anil_G
I am not able to upload multiple images in the upload file option
I need that to be done?
How can we do that?

@Anil_G
Any Solution?

Create a datatable with one column for the file path and name. Pass it as an argument to the form. On the form, add it as an edit grid and make the file picker the element for that column. Now you can have multiple file picker inputs and the result will be a datatable of the file paths.

Hi @postwick
Thank you for your response, but we do not get an option of file picker in UiPath create form task. What we are using is file option in UiPath form design for create form task.
The package we are using is UiPath.persistence.activities


Here I have uploaded the screenshot of the same activity.
Let me know what should we do.

You’re looking at it in design mode. Run the automation and when the form appears you can add rows to the Edit Grid.

@postwick
Thanks for the solution.
It worked.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.