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 / Specific formats for a...
Power Apps
Answered

Specific formats for attachments in Sharepoint list

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi All,

 

I'm working on a really basic Sharepoint list. When adding a new item and importing attachments, I'd like the users to be able to import AI and PDF files ONLY.

 

As of now, I've only managed to add a text message directly from the item creation interface.

Any idea on how to force the users to import only PDF or AI files?

 

I've had a look at the other similar topics but couldn't find any satisfying answer so far.

Thank you for your help, have a beautiful day.

 

Thomas

 

Categories:
  • Verified answer
    WarrenBelz Profile Picture
    156,526 Most Valuable Professional on at

    Hi @Anonymous ,

    On the OnAddFile of the attachment control

    With(
     {
     wExt: 
     Lower(
     Last(
     Split(
     Last(Self.Attachments).Name,
     "."
     )
     ).Result
     )
     },
     If(
     wExt <> "ai" && wExt <> "pdf",
     Notify(
     "Only PDF and AI files allowed",
     Error
     );
     Reset(Self)
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thank you so much @WarrenBelz for the quick and useful answer, it's working exactly as expected! 

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
11manish Profile Picture

11manish 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard