Hi, I want to set the label of a replicant inside a container with a value from an item inside the container. Is it possible? Can anyone help me out.Say we have a container name X and have items a,b,c inside it. If I givecontainer name="X" label="XLabel" min="1" max="2"I ll get the following in DCT on the container"XLabel - 2 items"- container "XLabel - 1 "-first replicant "XLabel - 2"-second replicantBut I want to display the value I give for item a(say "avalue") to be displayed as a label of the replicant. Like " avalue- 1"on the top.