Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

ForAll Formula Stopped Working

(0) ShareShare
ReportReport
Posted on by 292

Hi,

I have a ForAll formula that was working fine and now it's not.  Is there a current issue with Studio that I'm not aware of?

For reference, this is the formula:

ForAll(col_Orgs,Patch(OrgsAllocatedToProjectsENTITY,Defaults(OrgsAllocatedToProjectsENTITY),
{'Proj-IDinOrgsAllocatedToProjects':Label3_ProjID.Text,
'Org-IDinOrgsAllocatedToProjects':'Org-ID'}))

  • WarrenBelz Profile Picture
    146,658 Most Valuable Professional on at
    Re: ForAll Formula Stopped Working

    Hi @karimabdelrazek ,

    I always use this structure for complete disambiguation (which is a good thing). Without seeing your model, it is a bit hard to comment why it stopped working.

  • karimabdelrazek Profile Picture
    292 on at
    Re: ForAll Formula Stopped Working

    @WarrenBelz .Brilliant! Thank you. I'm unclear though as what the problem was and how this solution works

  • Verified answer
    WarrenBelz Profile Picture
    146,658 Most Valuable Professional on at
    Re: ForAll Formula Stopped Working

    Hi @karimabdelrazek ,

    Assuming those two fields are in the gallery, you could try this

    ForAll(
     col_Orgs As aPatch,
     Patch(
     OrgsAllocatedToProjectsENTITY,
     Defaults(OrgsAllocatedToProjectsENTITY),
     {
     'Proj-IDinOrgsAllocatedToProjects':aPatch.Label3_ProjID.Text,
     'Org-IDinOrgsAllocatedToProjects':aPatch.'Org-ID'
     }
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

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 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,658 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard