Hi All,
Why my And condition is not working on button click event. i want to pop up a warning screen. if i test each single condition then my pop up is displaying. if i use both then only not working.
below is my and condition.
If( And(varWarningEmptyDataPopup=false, Value(sumTotalHours.Text)< 56 ), UpdateContext({varWarningPopup: true}));