HI,
I have a form where I created a checkbox field for locations. Each location has a designated user who will handle any incoming task for their office location. If the user who is submitting the form selects multiple locations, then there should be tasks assigned to the admins of each location selected.
I tried to create a filter and use the following parameters in it:
$result=team.findMembersByRole()
in the brackets I want to specify the checkbox field, but it forces to select one option only; however I need to choose all options that are selected by the user. Does anyone know how to achieve this, or are there any workarounds? Thank you.
Wissam