Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

Issue with Permissions on the Note Table

(0) ShareShare
ReportReport
Posted on by 92

I have consistently been using Dataverse's Note table to allow users to upload attachments, but recently I've found that users are unable to upload attachments normally. However, I can still upload with my own account. Do you know if the official settings for this table's default permissions have been changed? How should I adjust the security role to resolve this issue?

 

Patch(
 CSHHR_LeaveRecords,
 Defaults(CSHHR_LeaveRecords),
 {
 Title: First(LeaveEdit).Title,
 Detail: If(
 IsBlank(First(LeaveEdit).Detail),
 " ",
 First(LeaveEdit).Detail
 ),
 'Start Date': First(LeaveEdit).'Start Date',
 'End Date': First(LeaveEdit).'End Date',
 'Leave Type': First(LeaveEdit).'Leave Type',
 Approver: First(LeaveEdit).Approver,
 Status: "Pending",
 Requester: First(LeaveEdit).Requester,
 LeaveID: VarLeaveID,
 'Requested Days': First(LeaveEdit).'Requested Days'
 },
 LeaveAttachmentForm.Updates
)

 

 Snipaste_2023-08-28_23-35-21.jpg

Categories:
  • Verified answer
    TW001 Profile Picture
    92 on at
    Re: Issue with Permissions on the Note Table

    Found the solution from this post.

    Solved: Model Driven App Timeline/Notes permissions - Power Platform Community (microsoft.com)

  • JonDoesFlow Profile Picture
    1,304 on at
    Re: Issue with Permissions on the Note Table

    I would create a copy of the Basic security role, rename it for your use case, then ensure the Note table permissions are correctly set inside your security role, then assign the security role to the users.

    ---------------------------------------------------------------------------


    If I have helped you with an answer, please accept this post as a solution and thumbs up my reply. Thanks !

    Blog - JonDoesFlow
    Twitter - JonDoesFlow
    YouTube - JonDoesFlow

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
stampcoin Profile Picture

stampcoin 17

#2
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

#3
mmbr1606 Profile Picture

mmbr1606 9 Super User 2025 Season 1

Overall leaderboard

Featured topics