Skip to main content
richas0003
January 10, 2022
Question

Change the value of variable at runtime

  • January 10, 2022
  • 19 replies
  • 0 views

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

19 replies

stefanhelzle0001
Brainy
January 10, 2022

Please help me to understand what you want to achieve. What do you mean with "tag" and "document". Please elaborate.

richas0003
January 10, 2022

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

stefanhelzle0001
Brainy
January 10, 2022

OK, got it. This Smart Service does not support that. For this to work, tags must be static and unique.