I tried the following way,
[dw('sizeOf payload.data.accts')>0] but hthis would just check if arraylist is empty or not .So i need a help to how do I null check on "accts" arraylist using dw() function.
I want both null and empty check in dw() function of mule so that I can use it in my choice router to proceed my flow.