web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to change attachme...
Power Apps
Unanswered

How to change attachment file name in existing item in sharepoint integrated Power Apps

(0) ShareShare
ReportReport
Posted on by 1

whenever try to create new item naming conversion or attachment tag correctly but if change the attached file in existing SharePoint item attachment tag is not happening. 
Attachment control item property 

If(
SharePointForm1.Mode = FormMode.View || SharePointForm1.Mode = FormMode.Edit,
LookUp(
'EU contract approval list',
ID = ThisItem.ID
).Attachments,
colattachments
)

Attachment control On Add file property.

ClearCollect(
colattachments,
Self.Attachments
);
UpdateIf(
colattachments,
!(First(
ForAll(
Split(
DisplayName,
"-"
),
{Result: ThisRecord.Value}
)
).Result in colattachmentTags),
{
Name: drpAttchtag.Selected.Value & "-" & Name,
DisplayName: drpAttchtag.Selected.Value & "-" & DisplayName
}
);

Categories:
I have the same question (0)

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard