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:
- Download required custom components (Nuget Packages) from UiPath Marketplace
- Place them under C:\Program Files (x86)\UiPath\Studio\Packages\
- In Studio visit ‘Manage Packages’ → Select the “Local” feed. Search for the nuget package you just pasted and install it
Regards,
Nithin
5 Likes