Skip to main content

How to format nested expressions in Set Property Activity from query results?

Comments

2 comments

  • Zack Robison

    Yes!  Use brackets to signify a computed property, i.e.

    =$query1.features[0].attributes[$valueQueryField.results]

    You can daisy chain this syntax by the way.

    =$query.features[$forEachFeature.pass].attributes[$valueQueryField.results][$valueSubproperty.results]
    1
  • Jan-Peter Ter Maaten

    Ah, thanks a lot. I tried various formats with no result, but this format works great!

    0

Please sign in to leave a comment.