Hello!
@nasreen-akter @MartinJaffer-MSFT @HimanshuSinha-MSFT
I am trying to use the following in an If Condition:
and((@equals(item().phoneIsPrimary,true)),(@equals(item().type, 'home'))
What I want to say is that if the phoneIsPrimary flag is true AND the phone type is 'home' do the following..........
I have worked on this for hours and can't see to get it right.
I am getting the following warning:
Thanks!!
Mike Kiser