we created a record in 3rd party credential to Alfresco Cloud instance (username

we created a record in 3rd party credential to Alfresco Cloud instance (username and password key names) and still keep getting the below error when invoking the CMIS connector function.
Any hints on error root cause?
error
===
alfresco: [title:Credential key not defined,message:You do not have credentials configured for this system [key=alfrescocloud]. Please navigate to the Third-Party Credentials page in your Settings and provide credentials for this system.

rule
===
=with(
local!cmisResult: a!cmiGetRepoInfo(
scsExternalSystemKey: "alfrescocloud",
usePerUserCredentials: true,
atomPubUrl: "cmis.alfresco.com/cmisatom",
repositoryId: "66fc60ae-bc75-4763-a344-5b315ebb8b69"
),
if(local!cmisResult.success,
local!cmisResult.result,
local!cmisResult.error
)
)...

OriginalPostID-133291

OriginalPostID-133291

  Discussion posts and replies are publicly visible