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
  • Perhaps thinking about it a little differently...could you not have ONE tag that will hold ALL of the details formatted as you describe and you can construct that in a rule before passing it to the tag? We do this with emails sometimes, where it's just easier to have the content constructed entirely in a rule, and then dump the entire content to the email. So you could have a tag named ##CONTENT## and this is replace by the formatted value from a single rule that covers everything you need it to contain.

Children