Is there a way to reference the values of a field ...
# troubleshooting
i
Is there a way to reference the values of a field as elements in an array? For example, if my query creates a list of 10 things, in the text, can I say something like “the first thing is
<Value data={data.summary} column=name array=1/>
and the second thing is
<Value data={data.summary} column=name array=2/>
“?