/*test_exportdata----*/ 'type!{urn:appian:plugin:datasubsetdownload:types}ExportableDataSubset'( datasubset: rule!test_getAllWFIds(a!pagingInfo(startIndex: 1, batchSize: -1)), fieldNames: {"gwfWfSk" }, fieldLabels: { "Workflow ID" }, filename: "Workflow Report" ) ) ------------------- rule!test_getAllWFIds/*Query Rule*/ ------------------------------ with( local!ruleURI: getdatasubsetdownloadlinkfromrule(rule!test_exportdata), a!dashboardLayout( firstColumnContents: { if(isNull(local!ruleURI), a!textField( value: "Unable to export data to Excel at this time.", readOnly: true ), a!linkField( links: a!safeLink( label: "Click here to export this data to Excel.", uri: local!ruleURI ) )) } ) )