Hello and good morning Power App community,
So far the new year has been great thank God!
I hope things are going well for you as well.
My first post this year revolves around populating a person/group field with the default user that is logged in.
I have a field called "Requestor" and this field is pre populated with the current user: { DisplayName:User().FullName, Claims:"i:0#.F|membership|" & Lower(User().Email, Email: User().Email, Picture:""}
I also have another person/group field called "Request for Other"
What I would like to do is display the current user only if the "Request for Myself" (Y/N) toggle is set "Y" and set it to blank, Null or "" if the "Request for Myself" is set to "N".
I was playing with the formula IsBlank If(IsBlank(DataCardValue3.Value, do something, dont do something)) but it doesnt work.