Hi,
I am trying to patch to the "out-of-the-box" users table.
This is my code :
Patch(Users, Defaults(Users), {'APM Group': drpGroupBS.Selected})
but this leaves me with an error that says "Field 'accessmode' is required" and I'm not sure what this means.
Any help would be appreciated,
Thanks
Hey so my solution was to use a lookup into the users email address instead of using defaults(users). I created a custom column within the users table, whcih I wanted to update
Hello @user391_
You can check the full list of "required" fields for the User table by:
- Going to the Tables tab under Dataverse.
- Selecting User table and click Columns.
Here are the docs for what each column is expecting.
User (SystemUser) table/entity reference (Microsoft Dataverse) - Power Apps | Microsoft Learn
For example, the Access Mode field expects an integer value for an option.
0 | Read-Write |
1 | Administrative |
2 | Read |
3 | Support User |
4 | Non-interactive |
5 | Delegated Admin |
What is your use case for wanting to add records to this table?
mmbr1606
22
Super User 2025 Season 1
stampcoin
17
ankit_singhal
11
Super User 2025 Season 1