web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / avoid delegation from ...
Power Apps
Unanswered

avoid delegation from multi person field

(1) ShareShare
ReportReport
Posted on by 51

how can i avoid the delegation issue to filter the current user from the multi person column

 

arshad2_0-1659593649343.png

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    155,949 Most Valuable Professional on at

    Hi @arshad2 ,

    Can you please post all of that in Text.

  • AJ_vizMan Profile Picture
    on at

    Hi @arshad2  - As i can understand, you are using User().Email to get the current user logged in App.

    You can do one thing - on 'On Start' property of App use below 

    Set(Myprofile, User().Email)

     

    And now use 'Myprofile' instead of User.Email() in the formula you are using.

    Check if it helps in avoiding delegation

  • WarrenBelz Profile Picture
    155,949 Most Valuable Professional on at

    @AJ_vizMan ,'

    That will not help- User().Email is Delegable - the problem is the in Filter searching the multi-person field (which is not Delegable). It may be possible to do some pre-filtering if I have that code in Text.

  • arshad2 Profile Picture
    51 on at

    hi @WarrenBelz ,

    gallery1:

    this is to filter the gallery with the status and current user:

    arshad2_1-1659598451202.png

     

    gallery2:

    display upon selection of the gallery 1:

     

    arshad2_2-1659598669047.png

     

     

    is this what you are looking for?

     

     

     

  • WarrenBelz Profile Picture
    155,949 Most Valuable Professional on at

    @arshad2 ,

    Actual Text (saves re-typing)

  • arshad2 Profile Picture
    51 on at

    sorry about that:

     

    If(ThisItem.Filter="All",ClearCollect(Applicants,Sort(Filter('Transport Applicants','Approved By'.Email=User().Email),ID,Descending)),ClearCollect(Applicants,Sort(Filter('Transport Applicants','Department Approval Status'.Value=ThisItem.Filter,'Approved By'.Email=User().Email),ID,Descending)));

    If(ThisItem.Filter="All",ClearCollect(FinalApplicants,Filter('Transport Applicants',User().Email in 'Transport Approved By'.Email)),ClearCollect(FinalApplicants,Filter('Transport Applicants','Transport Approval Status'.Value=ThisItem.Filter,User().Email in 'Transport Approved By'.Email)));
    ClearCollect(transappli, Applicants,FinalApplicants);




    ClearCollect(transappli, Applicants,FinalApplicants);



    If(IsEmpty(transappli),UpdateContext({NoData:"No Record Found"}),UpdateContext({NoData:""}));

     

     

  • WarrenBelz Profile Picture
    155,949 Most Valuable Professional on at

    @arshad2 ,

    Actually no opportunity to "pre-filter" as one of the options is a single item (so you simply cannot do it).

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 294 Most Valuable Professional

#2
11manish Profile Picture

11manish 210

#3
Valantis Profile Picture

Valantis 169

Last 30 days Overall leaderboard