Hello, my coworkers get an error when trying to run the flow. They are able to see all the data within the app but when the flow is executed it responds with an error immediately. What I am confused about is that when I run the flow it works without issues. Powerapps and flow are being used within the Teams environment.
My button function is below, when I view the actual data of the OnSelect function, it knows the correct values for the project number, and both htmltext fields. The error that powerapps responds with is MakePDF.Run failed, invalid Createfile_FileName.
Set(LinksFromFlow,Blank()); Set(LinksFromFlow, MakePDF.Run(BrowseGallery1.Selected.ProjectNumber, WorkSheet_HtmlText1.HtmlText, InvoiceSheet_HtmlText1.HtmlText))
Any ideas what could be causing the issue for others and not myself? I have the permissions for the team set to full access.