Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

Delegation using !IsBlank

Posted on by 372

Hi, 

 

I used this formula to get value from different SP List,

First(Filter(
Filter(PPIC, !IsBlank('Production Order')),
'Production Order' = First(Filter('List Job Cikupa', Order = ProdOrder.Selected.Value)).'Production Order Induk'
)).'ID Product'

If I remove IsBlank, then I got error, but If I keep using that formula, I got delegation.

 

Can anyone suggest me another way? Thankyou!

  • ANB Profile Picture
    ANB 6,939 on at
    Re: Delegation using !IsBlank

     @firda59 There is reason that the above code is suggested by @WarrenBelz .

    @firda59 Hope you are aware about with function?  We can connect on call may be through Teams call or zoom call, but that too next week, however if you require urgent assistance then in that case I would suggest to create a ticket with Microsoft for further support.

    Thanks,

    ANB

  • WarrenBelz Profile Picture
    WarrenBelz 143,591 on at
    Re: Delegation using !IsBlank

    @firda59 ,

    We are going in circles - sorry, but I will be leaving this as I cannot seem to help you. @ANB please feel free to come back in if you have a solution to this.

  • firda59 Profile Picture
    firda59 372 on at
    Re: Delegation using !IsBlank

    @WarrenBelz 

     

    if IsBlank in the last position, it cant work, so I move that formula in the middle position hehehehe

  • WarrenBelz Profile Picture
    WarrenBelz 143,591 on at
    Re: Delegation using !IsBlank

    @firda59 ,

    That is not what I posted in my last code response

    With(
     {
     _Order:
     Lookup(
     'List Job Cikupa', 
     Order = ProdOrder.Selected.Value
     ).'Production Order Induk'
     },
     With(
     {
     _Data:
     Filter(
     PPIC,
     'Production Order' = _Order 
     )
     },
     LookUp(
     _Data,
     !IsBlank('Production Order')
     ).'ID Product'
     )
    )

     

  • firda59 Profile Picture
    firda59 372 on at
    Re: Delegation using !IsBlank

    @WarrenBelz 

     

    !Isblank

    firda59_0-1696983997469.png

     

  • WarrenBelz Profile Picture
    WarrenBelz 143,591 on at
    Re: Delegation using !IsBlank

    @firda59 ,

    What is highlighted (blue lines)

  • firda59 Profile Picture
    firda59 372 on at
    Re: Delegation using !IsBlank

    @WarrenBelz 

     

    still got delegation warning😔

    firda59_0-1696924625308.png

     

  • WarrenBelz Profile Picture
    WarrenBelz 143,591 on at
    Re: Delegation using !IsBlank

    @firda59 ,

    I have altered the formula - see if that works

  • firda59 Profile Picture
    firda59 372 on at
    Re: Delegation using !IsBlank

    @ANB @WarrenBelz ,

     

    If my SP list more than 2000, is it will work correctly? I worry about that

  • ANB Profile Picture
    ANB 6,939 on at
    Re: Delegation using !IsBlank

    Hi @firda59 , @WarrenBelz is correct! Please use the code which is suggested by him. It is going to give you the same output.

     

    Thanks,

    ANB

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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,591

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 64,090

Leaderboard