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 / Power Apps delegation
Power Apps
Answered

Power Apps delegation

(1) ShareShare
ReportReport
Posted on by 17
I am using the power Apps and its gives delegation warning for using GUID formula on the large data set. How could I address the problem. Appreciate any help

Explanation: The formula uses Patch function to upload the attached document to Estimating Approval APPs tables table.
It uses a collection WBSEestimates2 which is collected from Estimating Approval APPs tables. By comparing the GUIDS It uploads the attachment to each rows.

Formula.
ForAll( WBSEestimates2,
    Patch(
    'Estimating Approval Apps',LookUp('Estimating Approval Apps' As A,GUID(ThisRecord.'Estimating Approval App')= A[@'Estimating Approval App'])
    ,
    {
        Attachment: {
            FileName: First(DataCardValue6.Attachments).Name,
            Value: First(DataCardValue6.Attachments).Value
        }
    }
))
Categories:
I have the same question (0)
  • Verified answer
    Michael E. Gernaey Profile Picture
    53,963 Moderator on at

    Hi @Rushi_555 

     

    Try this

    ForAll( WBSEestimates2,
     With(
     {EstimagingGuid: GUID(ThisRecord.'Estimating Approval App') },
    
     Patch('Estimating Approval Apps',LookUp('Estimating Approval Apps' As A,
     EstimagingGuid = A[@'Estimating Approval App']),
     {
     Attachment: {
     FileName: First(DataCardValue6.Attachments).Name,
     Value: First(DataCardValue6.Attachments).Value
     }
     }
     ) 
     );
    )

     

    Please share a picture next time also so we can see exactly where the delegation issue is or ifs theres multiple 🙂


    If I have helped you, I would really appreciate if you please Mark my answer as Resolved/Answered, and give it a thumbs up, so it can help others

    Cheers

    Thank You
    Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
    https://gernaeysoftware.com
    LinkedIn: https://www.linkedin.com/in/michaelgernaey

  • Rushi_555 Profile Picture
    17 on at

    Thank you Michael Gernaey, definately I'll start including screen shot for future posts.

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 296 Most Valuable Professional

#2
11manish Profile Picture

11manish 224

#3
Valantis Profile Picture

Valantis 181

Last 30 days Overall leaderboard