Skip to main content

How to output the values of FS_INDEX?

Comments

1 comment

  • Zendesk API User
    Author: bIT_sosswald - 12/18/2019 12:10

    Hello Yamini,

    just take a look into the corresponding documentation: FirstSpirit Online Documentation - Access to FS_INDEX

    As you can see in the value that is in your output a FS_INDEX is containing an iterable which is basically a list. (You maintain a list of entries in a FS_INDEX)

    So you have to iterate over the FS_INDEX. Just using $CMS_VALUE()$ will output the underlying java object which will result in the output you have currently.

    Greetings

    Sandro 

    0

Please sign in to leave a comment.