Hi everyone!
I've been trying to create a flow in power automate to do this simple task but it is being impossible: i need to send an email with an attachment, the file is located in a SharePoint folder that has only 2 .pdf
I've tried all methods(get file/get file content/get file content using path, get file metadata) and all of those steps get the attachment correctly I believe, but once I attach it to the email it says it is null 'Flow Run Failure: One or more fields provided is of type 'Null'.: One or more fields provided is of type 'Null', a different type is expected.'
I tried initializing an array variable with the name and contentBytes and then putting that as the attachment and it does not work either
I have watched and followed all of the existing tutorials online and none have helped me solved the problem, can you please help me?
thank you so much