Hello Community!
I have used FS_INDEX to store some of the name of users (First name and last name) in the meta data template.
I want to make this information visible on the page for which I have used $CMS_VALUE(#global.page.meta("Identifier_Fsindex","inherit"))$
The output that I get is:
"de.espirit.firstspirit.generate.values.IndexConverter$IterableAccessor@6a4fc9e1"
How do I get the first name and last name from fs_index as output on the page?