Hi, "We are checking if the fields on form B contains data in 1 of the 5 fields." - Assuming you are trying to check if any of the field contains data , but as you have used "and" logical operator here it will only true if all of the field have data . Change it to "Or" it should work. Let me know if my understanding is not correct. thanks
↧