Announcements
Hello,
I have a problem in PowerApps. I have a button that should create or update a cell in a table based on an Input Text and a date chosen from three dropdowns (for year, month, and day). The button works and adds the text, but it always shows the next day’s date instead of the one I select. Does anyone know why this happens?
UpdateIf( User01; Text(DateValue( Text(DropdownYear.Selected.Value) & "-" & Text(DropdownMonth.Selected.Value) & "-" & Text(DropdownDay.Selected.Value) ); "[$-en-US]yyyy-mm-dd") = Text(Date; "[$-en-US]yyyy-mm-dd"); { Activity: Input_Activity.Text } )
Text(DateValue( Text(DropdownYear.Selected.Value) & "-" & Text(DropdownMonth.Selected.Value) & "-" & Text(DropdownDay.Selected.Value)
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.
Haque 103
WarrenBelz 82 Most Valuable Professional
wolenberg_ 67 Super User 2026 Season 1