Hi. I’m having trouble updating a record in an entity. This was not a problem before and this error has only suddenly started appearing.
Context: I have a record in a data service entity that I can query successfully. I receive the entity and try to update it again, and I get the following error:
Update Entity Record: Error: You don't have permission to access the entity, field or record or you are using an unsupported robot type. Please contact your administrator for necessary permissions.
I have full read and write permissions in the Data Service settings. I’m an administrator with full permissions on Orchestrator. See below:
This is the code I’m running:
The same error occurs when unattended robots run the same code, and also happens in other processes using different entities. Any ideas would be appreciated.