Hi!
I'm trying do split a payload by "employee", however, I don't know, but my general splitter isn't working properly.
Can you help me?
My payload is:
<root>
<employee>
<personIdExternal>123344566</personIdExternal>
<surrogateId>38573875837</surrogateId>
<emailInfoList>
test1@dummy.com
<emailType>B</emailType>
</emailInfoList>
</employee>
<employee>
<personIdExternal>07958854</personIdExternal>
<surrogateId>537298473829</surrogateId>
<emailInfoList>
test2@dummy.com
<emailType>B</emailType>
</emailInfoList>
</employee>
</root>
And on my general splitter I have:

When runs, the splitter didn't work.
The payload remains equal.
Best regards,