Hi, when I have a reference in my interface:
'My reference': text -> . 'Some collection'[]
How can I get to a value on that collection, is that only possible with a lookup? I would like to do something like this:
let $'My value' = $'context' > 'My reference' . 'Value on some collection'