Filter For Visilbility

Is it possible to have more than 1 argument to filter a visibility of a component? Here is an example:

In this example, the form for load 1 shows only if the load 1 type is empty. The form for load 2 only shows when the type for load 1 is not empty. The issue here is that I also need to add to the arguments for the load 2 form so that it is not visible when the load type for load 2 is not empty. By not being able to do this, load 2 and 3 show up concurrently on this screen.

Thoughts?

You can achieve this by making the form a group, and then adding one visibility condition to the group and then another condition to the form itself. Both conditions will have to be true for the form to be visible.

Worked Like a charm! Thanks