Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kåre Mai 42 posts 280 karma points
    Aug 14, 2024 @ 08:07
    Kåre Mai
    0

    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.

  • Huw Reddick 1929 posts 6697 karma points MVP 2x c-trib
    Aug 14, 2024 @ 16:41
    Huw Reddick
    100

    maybe something like {{myPropertyAlias[0].Url}}

  • Kåre Mai 42 posts 280 karma points
    Aug 15, 2024 @ 09:25
    Kåre Mai
    0

    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!

Please Sign in or register to post replies

Write your reply to:

Draft