setting up Validations for properties in a process category, Facing error while the code attached below

30 Views Asked by At

I want to put validation for 2 properties like first name and last name should not be same and the age should be b/w 18 to 65, i have created a validate rule in process category,Also added that rule in flowaction validate tab But it is not working. Can u pls help to setup the validations enter image description here

1

There are 1 best solutions below

0
vitooh On

You must have typed it incorrectly. Each condition should be in different line not using "&&". In edit you can add condition with "plus" icon to add there you are choosing if this should be and/or. After correct you should have something like that:

enter image description here