Regarding file attachment in the rows of data grid view

0
Hi,   I want to attached a file in each row of a data grid. On the click file should open in a viewer.   Please suggest how can I achieve this requirement         
asked
1 answers
0

Hello,

You can use the datagrid extension widget to add an inline button to your datagrid that triggers a microflow.

 

For upload:

The microflow will have one parameter the same type as the datagrid, then you can open a popup page then pass the object and use the file manager widget to upload the file.

 

For download:

In the microflow use the download activity to download your file. The microflow will have one parameter the same type as the data grid.

 

Hope it helps!

 

 

answered