Today, I encountered an issue in my code. I needed to retrieve evaluations with at least one unresolved pending. However, my initial approach using "not()" did not work as expected. I resolved the issue by changing "not()" to "false()" in my microflow.
So, what's your idea?
Yes, John, perfect!
It's indeed a functional difference you clearly point out, which is intended.
If you want to retrieve evaluations that don't have any resolved pending, you can use the first xpath. If you want to retrieve evaluations that had at least one unresolved pending, you can use the second.