Is It Possible to Have Multiple Close Conditions On a Form

Hi! I am creating a longitudinal survey (case list) where I want to be able to close cases when a variety of conditions are met. However, it seems that one can only set one condition for closing cases. Is there a way around this (i.e. is there a way to set multiple conditions for closing a case?)

I have attached a screenshot for clarity.

If anyone has any input on this, that would be much appreciated!

I think the easiest way to do it would be to combine the multiple conditions in a hidden value in the form itself. You can make a hidden value called say, close_case, then in the calculate field, combine each of the conditions you want to use. Then in the Close Condition in your screenshot, you need only reference that one hidden value.

Thanks so much @Ethan_Soergel !