Hello
In power apps, I would like to show in the lookup field (in form based in SharePoint Liste A) the value which is based in another column in SharePoint liste B
it's work with static input using this fonction : LookUp(Collab; column4.Value="Mehdi").SUP
but when i did the same fonction basing on person or Group Filed : LookUp(Collab; DEMANDEUR=).SUP they told me that this formula does not work correctly on large datasets
Did i miss something ?? you can see below a screenshot
Here is what I use for getting supervisor on my end.
Apps OnStart:
Set(gvCurrentuser, Office365Users.MyProfileV2());
Set(gvCurrentManager, Office365Users.ManagerV2(gvCurrentuser.userPrincipalName))
Combo Box (Supervisor) Default Selected Items:
{DisplayName: gvCurrentManager.displayName, Claims: "i:0#.f|membership|" & gvCurrentManager.userPrincipalName}
Thank you rebecaas for your response,
Actually the problem is to identify the supervisor,Head of Department, HR, Director ... and all of them, they are already stored in sharepoint liste that why if I find a way to resolde the function LookUp(Collab; DEMANDEUR=).SUP so I can after get the supervisor, Head of Department HR Director based on this sharepoint list
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
203 | |
183 | |
71 | |
43 | |
34 |
User | Count |
---|---|
338 | |
267 | |
117 | |
67 | |
66 |