hi
so my use case here is to have a form with a long list of questions about inspecting a complex piece of equipment.
i want an end calculated field that checks all the questions for the word ‘FAIL’ and gives a final ‘PASS’ /‘FAIL’ result that i can then use for later automations ext.
so far the only way i have found to do this is by listing each column explicitly to check against in the formula. this would work but its
A. its just really dull to write out for my 25+columns
B. not a great for maintinance, if i later change equipment and the questions are added or removed as ill also need to remember to go and change this formula.
anyone got a good workaround for this or do i just need to bite the bullet and write it all out?
thanks