I have 2 arrays.
1)/errorDetailDoc/Events
2)/ErrorHandlingProperties/properties/ErrorCategory/NetworkException/NetworkError
I am doing a nested loop, then I should search if the 1st array element contains the 2nd array element.
Suppose, the 1st array element is :: “we can not find a solution for this”
the 2nd array element is :: “find a solution”
I should search if “find a solution” is present in “we can not find a solution for this”
To achieve this, I am using a sequence and I am writing the label like:
Loop over both the array elements first and
Take branch step, and set evaluate labels to true
then, move the sequence ( your code) inside branch as a child sequence.