I have made an app where users can enter data, add attachments, save to SharePoint and send an email.
The email is meant to contain a PDF with the data they've entered and the attachments they've uploaded.
This is all running and working for me, but when I invited another user to the app, the attachments are not being added to the email.
In order to make the PDF, I have build a Power Flow that makes an HTML file using the concat function, which is then converted to a PDF on OneDrive.
The attachments are then uploaded to the same OneDrive folder using a simple Create File flow and the ForAll function in Power Apps.
Then i use a flow to take the files from the OneDrive folder and add them as attachments to the email.


The CreatePDF flow is running fine for the other user and so is the UploadAttachments flow. The files are being created and added to the users OneDrive.
The email is also being sent, with the correct text and information, but without the attachments.



Since the two other flows are running and creating the files without problem, I don't understand why there is a problem connecting with OneDrive and retrieving the attachments.
Any help is greatly appreciated.