Is it possible to create an editable grid which I can use to upload more documen

Is it possible to create an editable grid which I can use to upload more documents and simultaneously download a document? Similar to the one in the Capture.JPG uploaded. But the way to download the already uploaded documents.

OriginalPostID-204933

OriginalPostID-204933

  Discussion posts and replies are publicly visible

Parents
  • Hi Sailesh

    Agree to what Eduardo said above. Actually until the form submission, the document is saved on the server with an inactive temporary Id and we cannot perform any operations with that Id. Once the form is submitted, the document is saved with a new version or Id at the target, which we can use for manipulations. One workaround is that we can add a submit button at the bottom of the grid, say 'Upload' button, and on the click of that button just save the document Ids and route the process flow back into the form (make this path activity chained in the process). This time you can show the document download link for each document, either in a new column or in the same column in place of file upload field. Hope it helps!
Reply
  • Hi Sailesh

    Agree to what Eduardo said above. Actually until the form submission, the document is saved on the server with an inactive temporary Id and we cannot perform any operations with that Id. Once the form is submitted, the document is saved with a new version or Id at the target, which we can use for manipulations. One workaround is that we can add a submit button at the bottom of the grid, say 'Upload' button, and on the click of that button just save the document Ids and route the process flow back into the form (make this path activity chained in the process). This time you can show the document download link for each document, either in a new column or in the same column in place of file upload field. Hope it helps!
Children
No Data