Description:
Currently, Gumloop does not support lists of lists as an input type. While working on a CSV generation workflow, I found that my process naturally produced a list of lists structure. However, my custom node wasn’t able to accept this format, and without a built-in way to append data cleanly, I needed to create repeated sections to work around the limitation.
Request:
It would be helpful to support lists of lists, arrays, or tables as valid input types to better accommodate workflows involving structured tabular data (e.g., CSV generation, nested data processing). Adding this capability would provide more flexibility and streamline processes that require handling structured datasets.