ifelse(in({Item_Type}, [‘Laptop’,‘Computer’]),‘Laptop / PC’,
in({Item_Type}, [‘Licences’,‘Virtual Machines Licenses’]),‘Cloud Licences’,
in({Item_Type}, [‘Mobile’,‘Tablet’]),‘Mobile’,
in({Item_Type}, [‘Switch’,‘Access Point’,‘Load Balancer’,‘Appliance’,‘DDI’,‘Firewall’,‘Wireless Access Point’,‘Router’,‘Firewall Logical’,‘Wireless Controller’,‘Event Hubs’]),‘Network Equipment’,
in({Item_Type}, [‘Printer’],‘Printer’,
in({Item_Type}, [‘Hypervisor’,‘Workstation’,‘Server’,‘Storage Node Element’,‘Storage Server’],‘Servers’,
in({Item_Type}, [‘Screen’,‘Keyboard’,‘Mouse’,‘Peripheral’],‘Periperals’,
in({Item_Type}, [‘Bandwidth’],‘Bandwidth’),
[‘Cloud Applications’])
Getting the same error in the last line- The syntax of the calculated field expression is incorrect. Correct the syntax and choose Create again