Dear All,
I need a help for below.
Is there any way where I can export all columns of a data grid into a .csv or .xls file from flow studio?
BR,
Bhaski
Dear All,
I need a help for below.
Is there any way where I can export all columns of a data grid into a .csv or .xls file from flow studio?
BR,
Bhaski
Hi Bhaski,
Within the app there’s no such native support. However, it can easily be achieved by adding an “Export” button (user step exit) that runs a script to generate the CSV contents and then writes it to some kind of storage (File System connector). That file can then be presented directly to the user for download in a File Gallery within a user step.
Portal tables have XSL and CSV export built in into the portlet.
Hi All,
Thanks for the reply.
I want to give user (who i using system as a user) a option where whatever fields they have in data grid , they can generate a .csv file in local desktop.
As of now if I generate this it goes to server to save , how I can provide an option that user can download in local.
BR,
Bhaski
In Classic, it is a 8 step process: