How to import component to uipath project?

hi all,
I new in uipath. I am curious about importing any component ( which is downloaded) to my uipath project?

@stjmerveal Welcome to our community.

Do you mean a downloaded .xaml file ?
If yes, you can use invoke workflow activity to invoke that into your workflow.

Hi @stjmerveal,

Welcome to UiPath Community !

Shortest Option:

  1. Download required custom components (Nuget Packages) from UiPath Marketplace
  2. Place them under C:\Program Files (x86)\UiPath\Studio\Packages\
  3. In Studio visit ‘Manage Packages’ → Select the “Local” feed. Search for the nuget package you just pasted and install it

Regards,
Nithin

5 Likes