I am working on a logic app using the Fin & Ops apps connection to call Dynamics
I am trying to delete a user role but getting the following error
"status": 400,
"message": "Only 1 of 2 keys provided for lookup, provide keys for UserId,SecurityRoleIdentifier.
"error": {
"message": "Only 1 of 2 keys provided for lookup, provide keys for UserId,SecurityRoleIdentifier."
}
The connection only asks for the UserId, and I can't see how I can pass the SecurityRoleIdentifier
I checked the logic app code in the CodeView, the path format is as below:
datasets/environment/tables/SecurityUserRoles/items/UserID
so, there isn't a way of passing the SecurityRoleIdentifier
I also tried passing the SecurityRoleIdentifier in the body, but that didn't help