I have area value for a list of circles and want to find out the radius for each of them.
Page 1 / 1
If you have the area of the circle, the radius is sqrt(area/π).
This can be calculated using the ExpressionEvaluator transformer.