So I declared the SAP credentials like this for one of the process in the constants sheet in the Config:
I am trying to write it into the Assets sheet, but I am getting an error:
What I am doing wrong? Please explain.
If I write it this way,
![image](https://global.discourse-cdn.com/uipath/original/3X/d/4/d48a21f2aa7be6edb883465c1da5f2de90f30f22.png)
So I declared the SAP credentials like this for one of the process in the constants sheet in the Config:
What I am doing wrong? Please explain.
If I write it this way,
The asset sheet only accept assets different than Credential type. Please check if the SAPCredentials asset is one of the following ones: Text, Bool or Integer.
The assets on the on that sheet are get using GetAsset activity and any attempt to get a credential asset type will end on the error you shown.
Hope that works for you!
Bests,
Andres
@Rachita_Chauhan
Although the Assets sheet can be used only for Text, Bool and Integer, It cannot be used for assets of the type credential, since credentials have two values username and password.
Hi Rachita_Chauhan,
I suggest to write SAPCredentials in the Settings Sheet instead of Constants.
I assume that SAPCredentials in your orchestrator is Credential type.
You should only write in Asset Sheet to get assets from orchestrator if they are text, boolean, or integer types.
Then, make sure you passing the credential by assigning in_credential as Config(“SAPCredentials”).ToString in GetAppCredentials.xaml.
Best Regards,
Kah Liang
Can you help with this one: Communication between UiPath Studio and the Taxonomy Manager ended unexpectedly
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.