Display DropDownList value in Nested Content Template
Hi,
I'm currently using Nested content and it is my first time using it part of my Document Types that I add in my Nested Content uses a DropDown list and I'm trying to display the value of the DropDown in using the Template Field.
My use case is for having Product Variants, so that it will be easier to identify the product variant without clicking into it.
My DropDown List contains storage size (1GB, 2GB, 3GB, etc..)
I want my Nested Content Template to look like this
SKU - ProductName - Color - StorageSize
As far as i know, you can't display the value of a dropdownlist item in the template...
It will only show the Id. So instead of "3gb" you'll get something like ["48"].
Display DropDownList value in Nested Content Template
Hi, I'm currently using Nested content and it is my first time using it part of my Document Types that I add in my Nested Content uses a DropDown list and I'm trying to display the value of the DropDown in using the Template Field.
My use case is for having Product Variants, so that it will be easier to identify the product variant without clicking into it.
My DropDown List contains storage size (1GB, 2GB, 3GB, etc..)
I want my Nested Content Template to look like this SKU - ProductName - Color - StorageSize
As far as i know, you can't display the value of a dropdownlist item in the template... It will only show the Id. So instead of "3gb" you'll get something like ["48"].
Pretty useless, but that's how it is im afraid...
Yeah, I ended up adding a displayName field for the nested contents which contain the info that we need at first glance.
Any update on this? Same issue on V8. Brackets and quotes are showing.
In fact you can selected value of nested content dropdown. All you have to do is take first element from array. I.E: {{mydropdown[0]}}. Cheers!
excellent work adam, thank you for posting that reply ;)
just returned to a project that had this exact same problem, viewed this thread before but noticed your reply...
problem solved!
is working on a reply...