Hi @martzj ,
Here's my successful test flow. I did another test to try and duplicate the issue and also was able to create the error. So, in the error test, I tried to send a file (using a file name that didn't exist) with my content bytes and I got the error as expected. Then I corrected, and retested, attachment opened from email.
So in my test I was sending a file named (and hard-coded) as "Daily Summary.xlsx" which did not exist - I have a space between Daily Summary. Error occurred.
Next I fixed the file name and retested. Success. "DailySummary.xlsx".
Here's a couple of ideas to help you get going this morning:
1) If the file name is the same every time, hard-code it and validate your flow works. If the file name does change, hard-coded for testing and we can circle back and get the dynamic file name - but validate your flow works with an attachment that can be emailed/opened.
2) I don't think you need the base64 expression for the content bytes.
