I have created an app that produces QR codes from Dropbox links using an external QR code API. The text output from the API is used as input to the "image property" of an Image Control. This generates a QR code image as expected. Dropbox links contain the text "key=" in the url (ex: https://www.dropbox.com/scl/blablabal?rlkey= ...?dl=0). This passes a code to Dropbox that allows the file to be viewed directly in the browser the link is opened in.
When I scan the QR code produced by the API directly the url opens as expected. The problem seems to occur when the QR code is rendered in the Image Control. When it is scanned and converted back to a url all the characters AFTER the text "key=" are removed (including the "=" sign). This also happens with any other url's containing the text "key=". Is there documentation on this property of Image Control or in Power Apps in general? I have looked and have not found anything yet. Is there a way to keep the characters after the text "key=" when creating a QR code using an Image Control so that the QR code renders properly?