Best options for input scaling

I get some raw 4-20mA signals in a payload.
Is the best way for me to scale this by using a math node to show the proper value in a dashboard?
I end up with one non scaled attribute and one scaled one for the same value.

Hi @Lars_Andersson,

You say you have two attributes stored for the scaled and unscaled values, are you hoping to reduce to only have one attribute (unscaled) but display it as scaled?

Thanks!
Julia

I really only care about the scaled one

@Lars_Andersson,

I would recommend scaling in the workflow with the Math Node, or, should the Math Node not suffice, the Function Node would also allow you to scale with a formula.

Thanks,
Julia