Forum › How to pass values from an array attribute to a data query › Reply To: How to pass values from an array attribute to a data query
27. March 2024 at 06:31
#802
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