We have created an application to enter information and enable the user to capture an image for documentation.
The image is send via an API to another server. There are a range of applications dependent on the server, and thus the image is required to be jpeg.
For this we can convert the image in a flow using cloudmersive.
Thus, the Power App is triggering a flow that converts the file and stores the image on the server.
The problems is, that it seems that all users must enter the API key, when loading the app on the phone, despite the key already embedded in the connector.
Is there an approach to avoid this, hence sharing the connection. For example like implicitly sharing a SQL connector?
Just FYI, we have created development and production environment enabling us to control who can create or make applications.