Hello,
I have a global list parameter with a label and description on each list item. Now I want to sometime only get a specific item field within that list. ie. I want to get the Label on Item number 3 of the Global List Parameter.
{{dc:g:calloutItems index="1" field="label"}}
Would the above be a solution for this? I didn’t want to use looper provider for this as that seems a bit overkill just for this.