Hi @Jose_Cruz,
I think what you’re looking for is a loop. You can loop through the items
section of your devicesQuery
with the following:
{{#each pageData.device.devicesQuery.items}}
<a href="?string={{this.id}}"><font color="blue">{{this.nickName}}</font></a>
{{/each}}
Let me know if this works for you.
Thanks,
Heath