activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

Activités de workflow

Dernière mise à jour 6 déc. 2024

Example: Using the RestSharp library in the Invoke Code activity

Say you need to execute the following C# code snippet with the Invoke Code activity:

var client=new RestClient("https://jsonplaceholder.typicode.com");var client=new RestClient("https://jsonplaceholder.typicode.com");
Where RestClient is a class in the RestSharp namespace.
For the previous snippet to execute successfully, you need to install the RestSharp library and import the RestSharp namespace in your project.
  1. Select the Azure feed, then search for the RestSharp library and install it. The RestSharp library should be displayed in the Dependencies tree of the Project panel.

    Remarque :

    If the Official feed does not display your library, you need to add the feed where the library may be hosted.

  2. In the Main window, switch to the Imports tab at the lower-left part.

  3. Search for the generic RestSharp namespace. Select it to add it to the namespaces list.
  4. Execute the activity.

docs image

Cette page vous a-t-elle été utile ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo White
Confiance et sécurité
© 2005-2024 UiPath Tous droits réservés.