Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

[CoE Starter Kit - BUG] SYNC HELPER - Get Security Role Users (admin_environmentsecurityrolepermissions) #11027

Description

@Ukiman1014

Does this bug already exist in our backlog?

  • I have checked and confirm this is a new bug.

Describe the issue

We are getting this error in a number (maybe all?) environments. It gets the record, "admin_environmentsecurityrolepermissions" but then can't delete it because it doesn't exist.

{"error":{"code":"0x80040217","message":"Entity 'admin_EnvironmentSecurityRolePermission' With Id = 8c0a2a9c-943f-f111-88b4-00224802b9c8 Does Not Exist"}}

Get_Record_Id

{
"host": {
"connectionReferenceName": "shared_commondataserviceforapps",
"operationId": "GetItem"
},
"parameters": {
"entityName": "admin_environmentsecurityrolepermissions",
"recordId": "8c0a2a9c-943f-f111-88b4-00224802b9c8"
}
}

Delete it

{
"host": {
"connectionReferenceName": "shared_commondataserviceforapps",
"operationId": "DeleteRecord"
},
"parameters": {
"entityName": "admin_environmentsecurityrolepermissions",
"recordId": "8c0a2a9c-943f-f111-88b4-00224802b9c8"
},
"retryPolicy": {
"type": "Exponential",
"interval": "PT20S",
"count": 20
}
}

Expected Behavior

No response

What solution are you experiencing the issue with?

Core

What solution version are you using?

4.50.9

What app or flow are you having the issue with?

SYNC HELPER - Get Security Role Users

What method are you using to get inventory and telemetry?

Cloud flows

Steps To Reproduce

Image

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcoe-starter-kitCoE Starter Kit issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions