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 45 posts 283 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 1932 posts 6722 karma points MVP 2x c-trib
    Aug 14, 2024 @ 16:41
    Huw Reddick
    100

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

  • Kåre Mai 45 posts 283 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!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies