Need help in attaching files from 2 different folders (Success and Fail)
Both the folders have .png files. while sending Send Outlook Mail Message activity in AttachmentsCollection using Test_Fail variable which contains all failed screenshots.png i want to attached another variable Test_Success variable which has passed screenshots. To test my luck just tried Test_Fail, Test_Success in AttachmentsCollection getting error Test_Success not accessible looks like there is another way
store the file paths in two arrays: Test_Success and Test_Fail. in the AttachmentsCollection property. combine both arrays, use the expression Test_Fail.Concat(Test_Success).ToArray