I have a powerapp that utilizes a handful of flows. Two of those flows use the SFTP connector to upload attachments to a temp directory (attachment needs to be accessible via public URL for API connection to other app). When I launch the power app, I do not get prompted for SFTP credentials (since I created it I assume), however all my other users do .
Is there any way to pass/include those credentials so users do not have to enter them? There are no unique accounts here, and users do not need to know that password. Plus, you can't paste passwords into the powerapp prompt, nor can lastpass access it. Needless to say, entering the 16 character randomized password sucks, especially when you're out in the field and just need access to the app now.
Thanks