I would like to display the value of "expiryDate" in [List View - Members].
I have tried to create a new data type, with the in the value "{{expiryDate}} " in the template field, and add the data type as a column to [List View - Members] but the column is blank.
Show data from nested content in "List View - Members"
Hi
I have extended the umbraco members with a nested content data type, called "Subscription - Nested Content".
"Subscription" contains the following:
[{"key": XXX, "name": YYY, "ncContentTypeAlias": ZZZ, "group": WWW, "expiryDate": "2021-01-01"}]
I would like to display the value of "expiryDate" in [List View - Members].
I have tried to create a new data type, with the in the value "{{expiryDate}} " in the template field, and add the data type as a column to [List View - Members] but the column is blank.
Any suggestions on how to set it up?
is working on a reply...