Can we manage both Orchestrator Assets and Config assets in one project
if yes how …
currently i developed project by calling assets from config file (inconfig(assetname_).tostring) but now i also need to use same asset to built in orchestrator
First add an asset in the orchestrator and give the same asset name (given in the orchestrator) in the config file. publish the project from the UiPath studio and create a job and allocate a bot to the job in the jobs page. Now run the job from the orchestrator you will get the desired output.
If yes, It first tries to fetch them from Orchestrator Assets. Failing that, it tries to fetch them from the
Windows credential manager. If they do not exist, it creates them and then outputs them.
Can we manage both Orchestrator Assets and Config assets in one project ?
Yes we can use in same project.
in projects i m calling arguments from config like in_config(URL)
earlier when it was running when i had this in_config(URL) in constants sheet
but when i moved it to Assets sheet and also to orchestra assets and run from studio it says the given key was not found