Skip to main content

How to alert the value of a geometry property.

Comments

1 comment

  • Stefan Schweigert

    Hello Carlos,

     

    When you enter plain text, the workflow is assuming that you are wanting to display the text. In order to access that value, you will need to specify that you are creating an expression by using the '=' operator at the beginning of your statement.

     

    For Example:

    ="Centroid Location: (" + $centroid1.centroid.x + ", " + $centroid1.centroid.y + ")"

     

    Thanks, Stefan

    0

Please sign in to leave a comment.