Page 1 of 1

Export all the data in DynaForm

Posted: Thu Feb 01, 2018 8:23 pm
by jasonsmith01234
How can I get the data from DynaForm? I want to have an excel file.
Thank you

Re: Export all the data in DynaForm

Posted: Thu Feb 01, 2018 9:32 pm
by amosbatto
You can create a Report Table and then use PhpMyAdmin to export your data as a CSV file that can be imported into Excel. See:
http://wiki.processmaker.com/3.0/Report ... ort_Tables

If you want something automated for users, then see the next section which explains how to create a CSV file with a trigger.