Attachments in Grid
Comments
-
Is there a way to have an attachments column in a Dynamic Data grid? I have a Defined Data Structure with a File Data type and I cant get it into a grid.
-
Hey Christopher, unfortunately, its currently not possible to upload / download / or view filedata in a data grid. Depending on your use case, there are a few options you can consider instead of a data grid.
If you are viewing a single pdf, txt, or image file, you could look at implementing a document viewer into your flow
here is a helpful document on on using a document viewer: [url=https://documentation.decisions.com/docs/document-viewer-form]https://documentation.decisions.com/docs/document-viewer-form[/url]If you are wanting to use data that wont work in the doc viewer, or you need to have multiple files in the same row, you might want to consider using a data repeater.
Below are some documents that might prove to be helpful if you decided to use a data repeater
[url=https://documentation.decisions.com/docs/create-repeater-form-control]https://documentation.decisions.com/docs/create-repeater-form-control[/url]
[url=https://documentation.decisions.com/docs/mixed-type-repeater]https://documentation.decisions.com/docs/mixed-type-repeater[/url]
[url=https://documentation.decisions.com/docs/push-data-form-data-repeater]https://documentation.decisions.com/docs/push-data-form-data-repeater[/url]
Hope this helps!
[i]edited by bryan.thomas@decisions.com on 12/22/2019[/i]