Create table without running the node

Hi
I am implementing a node which has 2 functionalities.

  1. Find solutions.
  2. Use the solutions of 1 to find new solutions.

One option could be executed after another if the user wishes. But if you only want to use option 2 you must have data that has already been generated. Therefore, it loads the data into a file. Therefore, what I want is to be able to fill the output port with data from a file without executing the node.
Thanks in advance.

Hi @Taday,

Unfortunately, it is not possible to show data in the output port of a node that has not been executed.

Cheers,
Roland

And how can I create a table in the node. That is how the File reader node does?
Greetings.