Mapping issue with Branch step

Hi,

A branch is used inside a loop which will take input from a seuqeunce to find the data strcuture name from a field.

If strcuture is A then doing some process and output a sequence S1 else another process and output will be S2. S1 or S2 is created inside branch step as output of operation steps.

Either S1 or S2 must be mapped to an output document outside branch step. But could not find them outside branch to mao. I understand this is like local variables to branch step.

How to make this available outside branch step?. I tried with custom step inside branch again it become local. Any ideas?.

Sourin

1 Like

To my knowledge, try using a DataMap above the branching and assign the local vars to the global DataMap vars (in custom step), and this should work