Hello,
I have a combo box in my app that is filtering data from a SP list called "TEMPO_Users". It is filtering the names of the managers from a column called "WorkloadManager".
I would like the app to automatically have the current manager's name (the current user) populated into the combo box when he/she loads the app.
Currently, he/she needs to select from 2 choices as there are two different managers in the list at this time.
The code that I have in the Items property currently is;
Filter(Distinct(TEMPO_Users,WorkloadManager),Result <> Blank())
Please see image: You will notice that I (Angele Lapointe) am the currently-signed in user. I would like this combo box to default to my name when I am logged in, and to Denis' name when he is logged in.

Thank you!
Angele