Just wanted to share a PowerApps behaviour that is different, since about mid-May 2024, before and after publishing your app.
- I have the following code: (txtInputControl.Value="") which evalate to rure when the control is empty (good).
- but same control, after publishing the app evalutae to flase.
Moral of the story: go on the cautious side with: (txtInputControl.Value="" Or IsBlank(txtInputControl.Value)
Cheers, Louis.


Report
All responses (
Answers (