Hello
This might be veyr simple, however i am not able to get this.
I have a sharepoint list form customized as powerapp. List has a field called DirectorEmail, which is not added to any screen in powerapp.
Now, I need to compare this directoremail feild agianst current loggedin user email. I tried to compare User.Email() and then when I am trying to access directoremail field, ido not get it.
Only if I use DirectorEmail datacard to the screen I cna access its value and compare.
May I know what am i missing? Is it must to add all feilds as datacard to access their values? (I do no want copare against whole list datasource and filter depending on item Id while i already have current item context.)
any thoughts?