Dear all:
I am a starter for power apps with sharepoint.
Now i have one question about how to use IF function.
The situation is that i have a condition, if the condition "ApproverEmail" is Blank(), then send email to user().Email for "TEST1", if the condition "ApproverEmail is not Blank(), then send email to User().Email for "TEST2"
IF ApproverEmail = Blank() Then send email to User().Email for "TEST1"
IF ApproverEmail <> Blank() Then send email to User().Email for "TEST2"
But i don't know how to write IF function by Power apps for above case.
Would you please help me ?
Thanks a lot!