Is it impossible to VIEW a single value from a list? #627
-
I have next VIEW:
it works fine if Attribute is a single value, but is there a way to make it work with a list too? |
Beta Was this translation helpful? Give feedback.
Answered by
mProjectsCode
Oct 8, 2025
Replies: 1 comment 3 replies
-
Is |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can do
{memory^Attribute[0]}
to bind to the first element of the list.