Forum Discussion
Hi @MikeP,
In that case your expression should work because $.isEmpty()
should return true. Not sure why it doesn’t work for you, but you can also try with the following: $.values().length == 0
. Can you also share your settings in the router snap ?
hi j.evegelvski, sorry for delayed reply.
I think I sussed it now.
!$.isEmpty() although no errors syntactically on setting it in the expression validation, it doesn’t seem to functionally work.
However, $.isEmpty() == false, the more explicit syntax, does work, therefore the router flow now conforms as expected.
Thanks for your assistance!
- dmiller7 years agoFormer Employee
See Reserved Groups on https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438157/Groups
- andre_mangatal7 years agoNew Contributor
Thank you so very much Diane! This is what I was looking for
Best regards,
Andre