I created a PowerApp+flow system that does the following:
1. Submit a form on PowerApps that triggers flow1
2. flow1 converts the content of the form to a pdf and saves it to the user's OneDrive
3. flow2 detects the file creation and copies the file to a SharePoint folder.
It works for me just fine, but only completes step 2 for other users I'm testing it with. flow2 does not fire for other users, which tells me it's not detecting the pdf creation in their OneDrives (checked flow2's run history). Is there a way to get it to detect file creation for other users?