Hoppa till huvudinnehållet

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

Kommentarer

2 kommentarer

  • 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

Du måste logga in om du vill lämna en kommentar.