The output of "get project units" is the measurement base unit being used in the current project (meters, feet) formatted as a string.
Use this for converting numeric inputs and outputs to the correct units in your flows.
Use Case: Getting the area of a shape.
Giraffe is always in meters in the background. If you are working in an imperial project, you may want to convert your flow outputs to imperial.
Using Ternary If, check if the project units are "feet." If they are, perform the conversion. If not, simply return the area in metric.


