Hi Team,
we are trying to implement record field validation through applyvalidation function , its not it working as expected, please refer below screenshot,
this is the screenshot of pre-configured validation code
in UI we tried to implement validation but it didn't worked as expected , as shown below,
please suggest if missed anything configured.
Note: I have tried this logic appian community edition
thanks in advance
Discussion posts and replies are publicly visible
In Record field validations, you must use rv!record to reference other fields - direct field references don't work. We are using rv!record because the documentation is misleading; the direct record field references shown in examples don't work properly in actual validation expressions.