If-then-else condition

Hi, I tried using if-then-else coloumn to check all the coloums are filled & make it true ,if any one condition is not met ,then its not returing false else it showing true or checkbox checked.

I should add condition that name,email ,dob,contact,role etc must hold some values if any of this coloums doesnot have values, it should show as false how can I add all this conditions in if-then-else coloum. please help me


Check for all the false conditions else true.

E.g. if name is empty → false… if DOB is empty → false… if contact is empty → false… else → true

1 Like

@Eric_Penn Thank you!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.