I have a service catalogue template that I want to use to create a request for user access that needs to be approved by different people based on the value of a field.
I have a checkbox field with Software A and Software B.
If user selects Software A it needs to go to Approver A.
If user selects Software B it needs to go to Approver B.
If user selects Software A and Software B it needs to go to Approver A and Approver B.
if this requires a scrip, I would like the script to be in Deluge as I do not wish to install Python if possible.