Hi,
I have a content in body like {test} to be replaced by table
body=body.replace("{test}",Tabledata)
for the second time I used to update same Tabledata with different values
can you tell me how to replace it again.
Thanks