Hello, I am trying to create an email where the body of that email contains some data tables and images of graphs. However, at this time I cannot figure out how to use anything in the body of the email that is not text. This does not work for me because some of the data tables have multiple columns and rows and when they are added to the body as text the formatting is lost.
Is it possible to do what I am describing?
I attempted to look into using XML but I am not sure that I would be able to get what I would want. Using XML did not work because the eventual XML would need to be turned into text to go into the email body. As mentioned earlier, that ruins the formatting of the tables so I don't think I can use that. I could have been using XML wrong though.
I also tried to look into the Run Program() function but did not understand exactly how to use it. Would this function be able to grab a table created in another program and use that?
Please let me know if I can provide any further info on this. Thanks!