Dear Community,
I am trying to build up a form that sends a content form based on multiple selection; the content varies on the given answer (e.g. "incident type") and the target audience varies on the "location". So two dependencies here. I am lacking database programming knowledge but was looking around the switch and condition. Partially I was successful with one condition only ("location" field value).
Now I need to add another condition for for "incident type" to determine content and target audience for notification. Tried with Switch operator by here failed with Boolean logic in it. Can you suggest how to best approach such problem? thank you!