Popup window for tabular data input

You absolutely can (but there’s some things to consider).

The key is the Data input on the UI.DataTable input node. It’s looking for a list structure. The example given is just a code block that generates a list, but that could very well be the output from a GetParameterValueByName node.

Here’s a quick mockup:

image

Notice that the datashapes node converted everything to strings (which is why setting the Flow parameter failed but Mark and Comment work). You’ll have to address things like that, and the end result is that your graph will need to be tailored to the specific parameters you’re looking to work with.

A few other things to consider:

  • Instance vs Type Parameters
  • Inability to set values for Linked elements
  • User Input error in regards to numbers vs integers vs string vs Yes/No
1 Like