Hello,
I am getting Error on Export button click "Export functionality is not supported by your browser".
I tried this on IE as well as on Microsoft Edge.
On Button click I have written belwo code :
ClearCollect(Student, {Name:"Jack", Age:"30"}, {Name:"John", Age:"28"}, {Name:"Ron", Age:"33"})
Then tried export the "Student" collection on Export data button.
Regards,