Hi @vupathy,
You can get this done with a Cloner and AttributeManager.
Add a Cloner and set the Number of Copies attribute to Final_Depth and set the Copy Number Attribute to Final_Depth_RoundDown. Note: The copy number is an optional attribute that starts counting from 0 (you could leave this blank and use a Counter if you wanted to start the count at a different number).
Add an AttributeManager after the Cloner to create the Final_Depth_RoundUp attribute and set the value of Final_Depth_RoundUp using the arithmetic editor from the drop down menu. Set the value to @Value(Final_Depth_RoundDown)+1 in the arithmetic editor or paste in the following expression into the Attribute Value:
@Evaluate(@Value(Final_Depth_RoundDown)+1)
You can also remove the Final_Depth attribute in the AttributeManager to give you the output you are looking for.
Hope that helps!
Increment_Example.fmwt