//Get every custom element
var allCustomElements = application.ADF.ceData.getAllCustomElements();
var exportResult = application.ADF.ceData.exportCEData(arguments.ceName);
if(len(exportResult)){
exportResult = Replace(exportResult,"/","\","all");
exportResult = "#request.site.CSAPPSWEBURL#dashboard/ceExports/#ListLast(exportResult,'\')#";
}
Export success!
Right click, save as.
Download
Export failed. Please check the logs.