Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Patch Gallery where field is blank

(0) ShareShare
ReportReport
Posted on by 725

Hi Everyone, I have a gallery which has already filtered to show the records where the PalletNumber column is blank, but I would like to patch all those records the same number from a text input, I have tried Forall , but seem to be getting myself more confused.

 

Thank you

  • R Bakker Profile Picture
    725 on at
    Re: Patch Gallery where field is blank

    Wow, so simple, and yes I will look into UpdateIf. Thank you

  • Verified answer
    timl Profile Picture
    34,933 Super User 2025 Season 1 on at
    Re: Patch Gallery where field is blank

    Hi @Corissandageri 

    I would suggest that you look at the UpdateIf function.

    https://docs.microsoft.com/en-gb/powerapps/maker/canvas-apps/functions/function-update-updateif

    The syntax for this function looks like this:

    UpdateIf(YourDataSource,
     IsBlank(PalletNumber),
     {FieldToPatch:txtYourInputTextbox.Text} 
    )

     

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,522 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,890 Most Valuable Professional

Leaderboard