I think the title is self explainatory. I was wondering if there are any way to group non-geometry data in grasshopper, ideally with a component similar to “Group” node. Thanks!
try the merge component
if that doesn’t suit your needs, try uploading a minimal gh file with the data that you might want to merge, and a “sketch” of the expected output
for non-geometry data there’s a very useful set of components from the plugin Metahopper called Wrap and Unwrap, and they do to any type of data exactly the same that Group does to geometries
regarding text data exclusively, you could also Text Join/Text split using a character that is never present in your original data
Thank you, “wrap” was exactly what I needed!