Hi,
I'm trying to build a powerapp form where managers can fill in data about their teammembers. I have a list with three columns: manager, teammember and answer (= the thing they have to fill in). So if a manager has two teammembers there will be two records in there with that manager's user object and with an empty answer. If a manager has already answered the form about each teammember, I don't want anything to pop up.
I'm trying to preload the form by putting 'Lookup('listname',Manager.Email=User().Email)' in the Item field. But it just returns 'no data found'. Even if I replace User().Email with the actual email address.
So I thought, this doesn't work, second option: I let them add new items to the list by making the form default 'new' and preloading my manager object to the current user, but that doesn't work either.
Thanks for helping out!