I have Canvas Apps screen where I have two text columns that are Name and ID, I have to do the below validation before/while submitting.
If Name is non-blank, then ID should not be blank
If ID is non-blank, then Name should not be blank
(That means either both fields should be blank or both fields should not be blank).
How to do this scenario.