Hi! I'm pretty new and having difficulty figuring out the logic of how to write this:
(single select) Status = "review 1" or "review 2"
(Long text) Feedback must not be blank
If the above is true then it should provide an output of - "Ready!"
And then preferably the errors can drill down to the exact issue..
If the status is neither of those - Error, wrong status!
If the feedback box is blank - Error, missing feedback!
This seems simple but I can't seem to figure out the correct formatting to return correct results. Help appreciated 😄
Best answer by Arthur_Tutt
Hey @kb1 yeah there's a few nested IF statements here that can make the logic and syntax a bit messy. I drafted something up that should work for you (will need to update my variable names to match your field names).
Hey @kb1 yeah there's a few nested IF statements here that can make the logic and syntax a bit messy. I drafted something up that should work for you (will need to update my variable names to match your field names).