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 / Update collection with...
Power Apps
Unanswered

Update collection with Gallery text

(0) ShareShare
ReportReport
Posted on by 204

Hi,

 

I have a gallery with values and an input box.

Input box has been added to my gallery which allows a user to input values.

 

When all values are completed I want to use a button to update my collection rows with all the individual values a user has put for each line.

 

The code below works but it doesn't update my collection with the correct values in my Error column.

 

I get the same value for all rows.

 

Any help is greatly appreciate.

 

Thanks

 

 

 

ForAll(
 'Reactive'.AllItems,
 UpdateIf(Reactive,Row = ThisRecord.Row, 
 {
 Error: [@'Input-Error ReActive'].Text
 }
 )
)

 

 

 

 

Categories:
I have the same question (0)
  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi @christian12 

     

    [@'Input-Error ReActive'].Text instead using this 'Input-Error ReActive'.Text.

     

    Try this formula,

     

    ForAll( 
    'Reactive'.AllItems,
    UpdateIf(
    'CollectionName',
    Row = ThisRecord.Row,
    {
    Error: InputBoxName.Text // Replace InputBox1 with the actual name of your input box
    } )
    )

     

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

     

  • christian12 Profile Picture
    204 on at

    Thank you.

     

    Unfortunately that doesn't work. I've tried that before.

     

    No values are stored in my collection.

     

    I'm using the on change to patch the values in the collection so that works for me.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard