On the client side, I can say:
{{lookups.data.lookups.values(`id`)}}
and I get back:
1,2,3,4,5
However that
.values(`id\`)
syntax doesn’t seem to work on the server side… is there an equivalent syntax, or do I have to use a repeat loop?
Community Page
Last updated:
Last updated: