Hi PoshFam - I’m trying to automate a process in which we pull multiple csv files reflecting data usage for our mobile community. I have portion to obtain the data and am having an issue with representing the csv file locations in the email correspondence notifying of script completion. (Pls. see next post for function)
All is well and the script runs however the output is not that of what I was envisioning.
Results would be as shown:
URL1 URL2 URL3
When the recipient receives the email mail body the structure is as follows:
Email shows all csv's attached = Expected
HTML heading appears in the boy = Expected
Under "File attachment summary the csv locations are truncated and not showing up as a (one after the other) instead just one continuous string.
When getting the URL from $final_list is ran on the console the URLs of the files show up in list format.
URL1
URL2
URL3
I am not sure as to the formatting that I need in order for the email to show the proper formatting as it displays on the PS console.
Any guidance/assistance would be much appreciated.
@dhrubbharali20 - the param method works as I am able to send the email and with the attachments, however the issue is the presentation of the file URLs in the mail body.
Instead of having the URLs listed right after one another, they are being truncated and appearing to be on one line versus a row of lines.