I am using the advanced webhook routes. This works well and I can route data successfully to my web based data collector. I have a need to adjust some of the values being sent, i.e. change Celsius to Fahrenheit, and change pressure UOM. Both these conversions are simple multiplication operations of the raw sensor data. Is there a way to do this in the routing tool
i.e. <<decdata.Humidity>> / 33.86
humidity divided by 33.86
Is there a way to do this in the Advanced web hook route type, or is there another route type that may give me more flexability to manipulate the values coming off my IOT sensor?