Hi @julian_ho
Is there a constant body that you will be using?
in that body storing add a Placeholder and replace it when needed before sending it
You will use in assign
str = str.Replace("<Placeholder>",doo.ToString)
str is the variable in which the body is stored
cheers