Skip to main content

Notifications

Power Automate - Using Connectors
Unanswered

Image control is not refreshing with SharePoint link

(0) ShareShare
ReportReport
Posted on by 8

Hi

In my power apps application I created upload images (user profile) and I saved the image in SharePoint document. It is done by flow.

and also I give permission to edit the image also. For edit image , The actual image is replaced by new  image and image name is same. And I placed an image control for displaying the image(link added). But after the edit the image control is not updating..
After refresh the all application image is displaying correctly. But its not changing the time of updating.. Image control showing the old image..

I need to reload the image when image is changed

I am attaching my code details

 

my flow

image1.PNG

 

My imagecotrol.image

 

If(!wait,
uplodedImage
)

 

my upload button

 

Set(
wait,
true
);
Set(
uplodedImage,
"https://*********/test/" & UserId & "/" &UserName & "_" & UserId
);
Set(
wait,
false
);

 

But My image control is not refreshing.

How can I achieve this ?

 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,495

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,822

Leaderboard

Featured topics