Hello!
This is for Power Apps Portals but the previous forum has been locked.
I want to upload an attachment to notes however want to only allow certain file types. I have read using "Accept MIME Type(s)" and "Restrict MIME Types" could resolve this so have added in the following configuration:
application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/pdf, application/png, application/jpg, application/mp4, application/mpeg, application/avi
This however doesn't block .exe files, am I missing something?