Hi all, greetings! I have a button to export data to excel, but i just found out that by using data grid 2 and nanoflow export to excel, the outcome would be in this format , before this by using data grid (the previous one) it would come in this format , is there any chance if i can change the first one into the second one? Appreciate your answer, thanks!
asked
Wan Ariff
3 answers
1
Hi wan,
Create a microflow and retrieve your template from DB after that use change object & change first one into second one & commit the object.
Now you have second one in your DB
Hope you like the answer
answered
Mohammad Saqib
1
Hello Wan,
Unfortunately that's not possible by default.
However you can work around this and implement the Excel Exporter module from the marketplace.
answered
Davy Heutmekers
0
Hi Wan Ariff,
It is a Java Script Action, check if you can customize the JS action. I haven't tried it personally but you can give it a try.