Change the value of variable at runtime

Certified Associate Developer

I want to the change the value of same tag in a single document at runtime

for example :- 

Schedule_1 : A

Schedule_1 : B

Schedule_1 : C

Schedule_1 : D

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    while generating document tags are replaced by the values 

    In Single document  if single tag is placed more than one time then it always replaced with a single value  suppose ##Name## placed 4 times in a single document the all the tags replace with the same value .

    example:-

    ##Name## : Richa

    ##Name## : Richa

    ##Name## : Richa

    my requirement is when i place single tag more than one time in a document then it replace with the different values

    example:-

    ##Name## : A

    ##Name## : B

    ##Name## : C

Children