Is there a way to define variables for the math formulas ?
E.g. have a CSV/Excel Table somewhere in the workflow with a set of parameters
A = 2.5
B = 7
C = 10
And then being able to refer to these variables in math formulas ?
E.g. Column A * A + Column B * B …