Hi folks,
I was just wondering if there was a way to combine formatted messages into one result from a ForEachResult loop?
I currently have a little status message that is created by having the ForEachResult connected to a Format node. Unfortunately, I can’t think of a way to combine these created Format nodes into a single Format message that can then be used elsewhere.
I could feed the results into a Python script but that seems excessive for such a small thing (and would like to avoid if possible as it adds delay).
I also looked to see if I could have a ‘LIST’ global parameter, but that does not appear to be the case.
Any ideas?