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
)
Found the solution from this post.
Solved: Model Driven App Timeline/Notes permissions - Power Platform Community (microsoft.com)
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
stampcoin
17
ankit_singhal
11
Super User 2025 Season 1
mmbr1606
9
Super User 2025 Season 1