Hi,
I'm having a problem using images with URL.
I'm using a Azure Blob Storage to store the images, and my storage can be read by the public (read access to blobs).
The problem is when I update the image on blob, the old image is replaced with the new, so the new has the SAME URL... But in PowerApps it won't update! You should either develop an Reset function on the image or something, because is not requesting the new image, even if the image is in a Form!!!!!
Resolve this mess, because this is'nt the only problem I'm getting since the last 2 updates... This is very frustating!!!
Best regards,
Jorge Moreira
I'm just guessing, but maybe PowerApps saves it in cache and don't update everytime the request is made...
@AndyPennell wrote:Try adding a fake query param to the uri when you need to refresh it, eg
Concatenate(FileURL, "?fake=", Text(number_that_changes))Azure will ignore the query param, but PA will update the uri whenever number_that_changes is updated.
I too had a problem displaying an image that I wanted to update via my FTP server without touching PowerApps or even SharePoint.
This actually worked for me (at the moment), using random GUID()
Concatenate("FileURL", "?fake=", Text(GUID()))
User | Count |
---|---|
164 | |
90 | |
72 | |
64 | |
62 |
User | Count |
---|---|
210 | |
152 | |
97 | |
86 | |
66 |