CAN'T FIND Seam.DownloadFile IN AUTOMATION CHAIN

Hello, I try to reproduce the configuration to generate a PDF with the following step:

`- Context.FetchDocument
 - Document.Query: query: "SELECT * FROM Document" language: NXQL 
 - Render.DocumentFeed: template: "template:CSVExport" filename: mygeneratedfile.csv mimetype: text/csv type: ftl 
 - Seam.DownloadFile`

I can't find the element Seam.DownloadFile.
0 votes

1 answers

1467 views

ANSWER



Are you using JSF or Web UI? If it's the Web UI, please check NXP-24086 and the comments to understand why it can't work.

0 votes