
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.
Hi @LouisCNSC ,
This should also work and covers both
Len(txtInputControl.Value) = 0
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps