Solved

Combining formatted messages from ForEach?

  • 23 January 2023
  • 2 replies
  • 88 views

Userlevel 2

Hi folks,

 

I was just wondering if there was a way to combine formatted messages into one result from a ForEachResult loop?

Diagram showing how I would like the results to combine.

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?

icon

Best answer by Alon Schwartz 24 January 2023, 16:30

View original

2 replies

Hi Ash ,

 

I discussed this one over with our SOAR dev team and none of us were able to think of a good way of doing this besides using a python script.

Possibly in the future we might add some extra features that might be able to tackle this issue but for now that’s what i recommend doing.

 

Hope that helps…

 

/Alon

 

Userlevel 2

Hi Alon,

 

Not to worry! I’ll keep that in mind for now. Appreciate the response!

All the best,

Ash

Reply