Hi,
as a beginner/newbie I have a question about using flow variables.
I have created two flow variables. One of them is usable at the Row Filter node, as expected.
The second flow variable (the filename of the output file) is not offered when configuring the filename of the XLSX file.
Since I want to write multiple spreadsheets (sheets) to one XLSX file in this workflow, controlling the filename via a flow variable would be a great time saver.
Hi @takbb thank you for the workflow, I beg if you can help me. I am trying to write several Excel sheets into a single file, but I am unable to get the proper path.
Letās say that the file is located into C:\ and the workflow is: C:\Users\User\knime-workspace.
I am uploading a workflow that is slightly modified from yours.
Hi Bruno thank you I cannot manage to write the excel file into my Desktop, I am attaching you a workflow with an excel deprecated node, just want to know how can I use it with the current excel node.
Hi @mauuuuu5 , I checked the workflow you uploaded, the one you modified from mine, it looks like it ran properly (itās in green state).
Can you let me know what the issue is? Itās going to be hard to play around with legacy nodes. Any reasons why you want to use Legacy nodes?
Just a comment, you donāt need to link these 2 nodes twice:
You can remove the top link.
I also checked your version of @takbb 's node. Your issue there is that your String to Path (Variable) is creating a path Relative to the workflow data area, which is basically the data folder under the Workflow, while you are trying to write to an absolute path āC:\File.xlsxā:
Hi @bruno29a thank you for your help, that was the trick. I had to change the node because for no reason the old node shows āExecute Failed: Failed to read zip entry sourceā
Hi @mauuuuu5 , Iām sorry that I somehow didnāt spot your message but Iām glad youāre sorted, and my thanks to @bruno29a for the (as always) comprehensive assistance and expertise.