I'm trying to display the values active of a condition with multiple specified values using global merge syntax.
I've tried {{$Model.Potential.conditions.7.value}} and {{$Model.Potential.conditions.7.values}}, both of which are blank on a page title and rich text.
I understand these values are stored in an array, so that might be why they're not displaying. Is there a way using global merge to display these? My other option is using Javascript on page load to covert the array to a string and update an element to display the values - I would rather not go down that path if there is an easier way
I've tried {{$Model.Potential.conditions.7.value}} and {{$Model.Potential.conditions.7.values}}, both of which are blank on a page title and rich text.
I understand these values are stored in an array, so that might be why they're not displaying. Is there a way using global merge to display these? My other option is using Javascript on page load to covert the array to a string and update an element to display the values - I would rather not go down that path if there is an easier way
Craig Rosenbaum