Issue deleting record in sys_user_grmember table in Scoped App

huyentp295
Tera Expert

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

huyentp295_0-1720742522978.png

I also added an entry in the Cross scope privileges table

huyentp295_1-1720742644862.png

but the issue still persists. Appreciate any suggestion on how to fix this issue. Thank you!

1 REPLY 1

pagein
Kilo Contributor

nice