Hey all,
Wondering if you can create params equal to query results.
For example, takethe creation of stringList:
:param stringList => ["string1", "string2", "string3"]
Is there a way to create stringList equal to the result from:
match(ex:example)
...