UPM Help
Hi, Trying to configure a UPM profile for multiple devices based on device_detect. However not having much luck. Example below: IF ($MATCH($(EVENT.NAME) , DEVICE-DETECT) ==0 ) then IF ($MATCH ($(EVENT.DEVICE_MODEL) , AP8132) == 0) then Configur...