Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have a document where i have enabled List View mode. The child elements has a "Multi URL picker" set to only allow a single URL.
How do i display the URL in the list view?
I tried using {{ value | url }} and {{ value.url }} in the template column but none of the works.
maybe something like {{myPropertyAlias[0].Url}}
{{myPropertyAlias[0].Url}}
Hi Huw,
Yes you're right! The index was the missing part! So the proper solution was:
{{ value[0].url }}
Makes sense now that it is a multi url picker :)
Thanks!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Display the selected URL in List view mode
Hi,
I have a document where i have enabled List View mode. The child elements has a "Multi URL picker" set to only allow a single URL.
How do i display the URL in the list view?
I tried using {{ value | url }} and {{ value.url }} in the template column but none of the works.
maybe something like
{{myPropertyAlias[0].Url}}
Hi Huw,
Yes you're right! The index was the missing part! So the proper solution was:
Makes sense now that it is a multi url picker :)
Thanks!
is working on a reply...