Hi everyone.
I need to check if a richtext editor is empty or not before saving.
The issue is that if a user presses [ENTER], <p></p> will be added in the html and not visible in the rich text editor.
Len(rchEditor.HtmlText)=0 or even IsBlank(Len(rchEditor.HtmlText) works if no values entered but will not if user presses [ENTER].
Is there a way to validate this in powerapps please?
Thank you
S