Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Unanswered

Sudden delegation warning on Lookup

(0) ShareShare
ReportReport
Posted on by 820

Hi

I newer leave my apps with delegation warning and it was working fine probably before some update and i noticed a delegation warning on my formula on my lookup part. This is the formula. Database is dataverse.

can you help to improve it?

 

If(
LookUp(Filter(Transactions,'Projekto nuoroda'.'Projekto pavadinimas'=FilterProjektoNuorodaCard.Selected.'Projekto pavadinimas'),
SearchID = ThisItem.new_Projectname.'Projekto pavadinimas' & ThisItem.new_componentname & FilterDarboTipasCard.Selected.new_stagename, true
),

"Įrašas egzistuoja",
"Įrašas neužfiksuotas")

 

jja_0-1683180842342.png

 



Categories:
  • julijazas Profile Picture
    820 on at
    Re: Sudden delegation warning on Lookup

    @AhmedSalih 

    you know what:) how magically delegation warning appeared - same way magically dissapeared. 

    I guess some authoring version had bugs and MS fixed it.

  • AhmedSalih Profile Picture
    6,678 Super User 2025 Season 1 on at
    Re: Sudden delegation warning on Lookup

    Hello, @jja, use collection instead of the Filter inside the LookUp. Create a collection somewhere:

     

    ClearCollect(collection,Filter(Transactions,'Projekto nuoroda'.'Projekto pavadinimas'=FilterProjektoNuorodaCard.Selected.'Projekto pavadinimas'))

     

    Then:

    If(LookUp(collection,
    SearchID = ThisItem.new_Projectname.'Projekto pavadinimas' & ThisItem.new_componentname & FilterDarboTipasCard.Selected.new_stagename, true
    ),

    "Įrašas egzistuoja",
    "Įrašas neužfiksuotas")

     

    If my reply helped you, please give a 👍  , & if it solved your issue, please give a 👍  & Accept it as the Solution to help other community members find it more.

    I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends.

    Visit my Blog: www.powerplatformplace.com

    Visit my YouTube Channel: https://www.youtube.com/@powerplatformplace/videos

     

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
stampcoin Profile Picture

stampcoin 17

#2
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

#3
mmbr1606 Profile Picture

mmbr1606 9 Super User 2025 Season 1

Overall leaderboard

Featured topics