Question
expression rule
I have an expression rule which returns data for some ID's and for some it returns 0 items. Based on this rule, I need to display a message to the user.
If it returns 0 items, then "in progress". If not, the usual data.
How to check if the rule returns some value or 0. I used isnullorempty, but it didn't work
