Announcements
Hi,
I want my PowerApp to automatically send the answer from a text input that it's into a gallery when the user stop writing, this without using a submit button.
May you help me with this please?
@malarco9 You can use the OnChange property of the TextInput. This will fire when the user moves out of the TextInput.
Please remember to give a 👍 and accept my solution as it will help others in the future.
Hi @malarco9
Try the following code in the OnChange of the TextInput to store it to a collection that your gallery references in the Items property. Change the Collect to a Patch() statement should you want to save it to a database.
If( Self.Text <> Blank(), Collect( colGalleryItems, Self.Text ) )
I hope this helps!
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 536
WarrenBelz 426 Most Valuable Professional
Haque 305