I am using "getdatasubsetdownloadlinkfromprocess()" in the linkfield to export an excel on click on the link it navigate to untitled window and there is no instance in monitoring space. has anyone faced this before ?
let me know if u have any solution?
Server Log Error:
ERROR com.appiancorp.ps.exceltools.servlet.ExportDataSubsetToExcelFromProcessServlet - Conclude process did not finish within timeout.
Discussion posts and replies are publicly visible
I haven't personally worked with this plugin before, but have you found anything within the documentation?
Also, a few notes:
1. How many rows of data are you dealing with? If there is too much data, the process will timeout for sure.
2. From what I've heard, if you are using downloaddatasubset link and you want filtered data to be exported then you will have to pass the applied filters to input named process variable as process parameter and write logic to apply filters in the process model as well.
3. The cloud version uses the getdatasubsetdownloadlinkfromprocess() and the on-premise version uses getdatasubsetdownloadlinkfromrule(). Are you using the right version?
Further reference: https://docs.appian.com/suite/help/18.3/Export_To_Excel_Smart_Service.html and https://docs.appian.com/suite/help/18.3/Export_Multiple_DSEs_to_Excel.html