Announcements
Is ther a way to compare the text input to another text input to verify if they match and based on if they match or not excute a an action?
For example I have a Form Card Value for a Password, and another Form Card Value to Re-Enter the Password. If they don't match I want an error message to show.
If you are using a Save button then you could add an if() to test the condition and if it fails throw an error message instead of submitting the form.
Example:
If(DataCardValue1.Text = DataCardValue2.Text, SubmitForm('FormName'), Notify( "Passwords don't match, please try again", NotificationType.Error )
Thanks So much Jeff, been messing with this for hours!!
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 community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 325 Most Valuable Professional
11manish 165
MS.Ragavendar 88 Super User 2026 Season 1