Hi,
I am trying to input various timestamps of the email “received time” into excel. Whenever I use the message box, all of the email times pop up. However, when trying to enter into excel, only one of them shows up and it is not correlated with the correct email. I guess I need to try something where I am splitting up the body of the email and then pulling the timestamp in the same activity???
Thank you for the response. This is helpful. However, I am running into an issue because whenever I am assigning the body of my email, I am doing a lot of splitting. So I am having an issue with the whole array and string aspect. Please refer to my workflow as that may give you a better idea of where I am at. Thank you again. Main.xaml (16.0 KB)
Abisha, I solved it! What I ended up doing was making a list and just adding the array and string variable to it. Nevertheless, thank you for the quick responses and your help.