Hello Team ,
I have declared a property of type dynamic or object it can be a string or List of string how to output such property in foreach if its a List of string or just a string please help me on this
<<foreach[A in ["selected"].Value]>>
<<[A]>>
<</foreach>>
here value is dynamic and also if its a list of string then i need count and all list methods to work how o achieve that