Is there a way on Orchestrator to import assets values directly from an excel file or csv ? Or import assets ..
Hi, @Sandeep_Thakur
Orchestrator doesn’t support direct asset import from Excel/CSV via UI. Use the UiPath CLI tool with a CSV file to bulk upload assets, or use community tools like Assets Utility Pack for Excel import/export. Alternatively, automate asset creation using UiPath workflows or API.
Try using Automation Cloud Migration Tool
Hello @Sandeep_Thakur
No, You can’t direct import asset value.
But you can update your asset using excel file & UiPath automation.
use can check below logic
Step 1 : You can create master asset excel file
For Example
Step 2 : Use UiPath below logic
For this solution you can update only your master asset sheet and run your asset bot scheduler. So bot can easily multiple asset update in less time, not required login orchestrator and update specific manually asset.

