- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2024 10:49 AM
I have a Flow to add/remove an user to a group (by creating/deleting records in the sys_user_grmember) based on the membership of another group. The creation works just fine, but when I test the flow I always received an error at the Delete Record action (it's run as me, who has `admin` role):
{ "Action Status": { "code": 1, "message": "Scope does not have delete access to table sys_user_grmember" } }
I have enabled `Can Delete` access to all Application scopes
I also added an entry in the Cross scope privileges table
but the issue still persists. Appreciate any suggestion on how to fix this issue. Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2024 03:53 PM
Found a solution for this. I created the delete action in Global scope and add this action to my scoped app Flow.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2024 10:52 AM
This link may help you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2024 03:53 PM
Found a solution for this. I created the delete action in Global scope and add this action to my scoped app Flow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2024 01:52 AM
Hi, Could you please let me know how did you create only delete action in global scope?
or you created the complete flow record in global scope?
Please let me know.
Thanks