Hi, I’m running on a Windows server, version 4.11.1, and Analytics Platform 4.2.1
I’ve been trying to create a temporary Excel file using the Excel Sheet Appender node, and then would like to use File Download Widget to allow the user to download the file.
I’ve used the Create Temp Dir node to create a temporary directory. The directory path exported by the node is knime://knime.workflow/tmp/topology/h0wjyzu4vdwy (topology/ is the directory base name I gave in the create temp dir node).
Then, in the Excel Sheet Appender object, I’ve tried I believe all the possible combinations for the Output Location, but can’t get any to give me a valid file path in a variable that I can pass to the Download widget.
Does anyone have a working example of how to achieve that?