How do I get values from within a loop action
Getting values out of a loop action is hard. Documentation is misleading and sparce
Created Mar 31, 2025 - Last updated: Apr 1, 2025
🟧
OmniStudio
Integration Procedure
The loop has a additional loop output function that feeds out values for every
loop run.
This shows up on the debug logs, but when using set values, the value just seems
to get overwritten, so essentially this leads to the last value being sent out.
Creatively looking at adding values to a node does not seem to work.
And also results is bad json structures, which in turn become harder to parse.
What had worked was instantiating a variable as an array using a set value before the loop.
Within the loop add values to the same variable.
Outside of the loop use the variable to see the list