Novunex Community

Forum How to pass values from an array attribute to a data query

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #801
    Dani
    Participant

      Hi all,

      How can I pass values from an array attribute (e.g. dropdown list) to a data query?

      BR
      Dani

      #802
      kathy
      Participant

        Hi Dani,

        I recently faced this as well, and I solved it by using an extra expression.
        In the expression I used $[ArrayAttribute].toString(). After I did this, I was able to pass the value from the expression to the query.
        In the query, I did split the string values using string_split.

        Best wishes,
        Kathy

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.