Announcements
Yes, this is a known issue with the Modern Number Input control in Power Apps, where it does not update the value immediately upon entry, causing the form to submit the previous value instead of the new one. This happens because the TriggerOutput property (which forces an update) is missing in the modern number input.
Since the number input does not update automatically, you can use the OnChange property to manually update a variable and bind it to the control.
OnChange
Steps:
Default
Set(varNumberInput, ModernNumberInputControl.Value)
Since Modern Text Input has TriggerOutput, you can link it to the number input to force an update.
TriggerOutput
Visible
false
ModernNumberInputControl.Value
If the above workarounds do not provide the desired behavior, consider switching back to the classic Number Input control, which does not have this issue.
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.
Vish WR 834
Valantis 533
Haque 410