Hi PowerApps community,
I was trying to set a value for If(DataCardValue.Text = "", true, false) where if the input text field is empty, it is a required field but it doesn't seem to work. I've tried IsBlank(DataCardValue) and the condition was executed perfectly.
Can anyone share what is the difference in using DataCardValue.Text = "" vs IsBlank(DataCardValue)?
Thanks

Report
All responses (
Answers (