- Démarrage
- Applications de démonstration
- Comment
- Build your first app (old)
- Créer une application compatible avec les appareils mobiles
- Directives générales sur l'expérience utilisateur
- Utiliser la vue détaillée principale (Use Master Detail View)
- Utiliser la visionneuse de documents (Use Document Viewer)
- Utiliser Count With Choice Set Values
- Utiliser les valeurs sélectionnées d'une table
- Intégrer des applications
- Intégrer des cartes
- Masquer les conteneurs à l'aide d'un bouton
- Inclure les liens EnvoyerÀ(MailTo)
- Inclure les classements par étoiles (Include Star Ratings)
- Définir un contexte externe (Set External Context)
- Travailler avec la source de données et la liaison de valeur (Work with Data Source ans Value Bind)
- Utiliser l'activité Envoyer un résultat intermédiaire (Use the Send Interim Result Activity)
- Applications publiques
- Notifications
- Utilisation d'expressions VB
- Concevoir votre application
- Événements et règles
- Règle : If-Then-Else
- Règle : ouvrir une page
- Règle : Ouvrir l'URL
- Règle : Fermer le Pop-Over/la feuille du bas
- Règle : Afficher le message
- Règle : Afficher/Masquer la roulette
- Règle : Définir des valeurs
- Règle : Démarrer le processus
- Règle : Charger le fichier dans le compartiment de stockage
- Règle : Obtenir le fichier du compartiment de stockage
- Règle : Réinitialiser les valeurs
- Règle : Créer/Mettre à jour un enregistrement d’entité
- Règle : Supprimer un enregistrement d’entité
- Règle : ajouter à la file d'attente (Add to Queue)
- Fonction : And, Or, Not
- Fonction : Concat
- Fonction : Contains
- Fonction : Compter (Count)
- Fonction : Endswith
- Fonction : If
- Fonction : IsBlank
- Fonction : Guide (Guid)
- Fonction : Length
- Fonction : List
- Fonction : StartsWith
- Fonction : Somme
- Fonction : Tri
- Fonction : Maintenant
- Fonction : Aujourd'hui
- Fonction : Heure (Time)
- Fonction : Année (Year)
- Fonction : Mois (Month)
- Fonction : Jour (Day)
- Fonction : Heure (Hour)
- Fonction : Minute
- Fonction : Nouveau (New)
- Fonction : Recherche
- Fonction : Filtre
- Tirer parti de la RPA dans votre application
- Types d'arguments pris en charge
- Remplacement d'un processus référencé dans une application
- Référencement d'un compartiment de stockage à partir d'Orchestrator
- Configuration d'une version d'Orchestrator locale pour une utilisation par les applications
- Autorisations d'Orchestrator
- Flux de données entre les applications UiPath et Orchestrator
- Exploitation des entités de votre application
- Exploitation des entités de votre application
- Exploitation des médias de votre application
- Exploitation des actions de votre application
- Exploitation des connexions de vos applications
- Gestion du cycle de vie des applications (Application lifecycle management, ALM)
- Applications propriétaires UiPath
- Guide de dépannage de base

Legacy Apps user guide
Pour cette application, vous utiliserez les éléments suivants :
- An app template
- A sample workflow
- An entity
To get more familiar with the features used in the tutorial, refer to:
- Importation et exportation de schémas pour découvrir comment transférer vos entités, ensembles de choix et relations entre les locataires.
- Importing an App to learn how to import an app.
- Using App Studio to get more familiar with App Studio.
- Referencing an Entity in Your App to discover how to reference an entity in your app.
- Managing App Versions to understand how to publish an app.
Before you start the tutorial, make sure to check the Prerequisites section.
Before you begin, make sure you:
- have a UiPathAutomation Cloud Public Sector account.
- meet the Apps Prerequisites for Studio and Robot with the JS Add-On.
-
download the Apps Tutorial Sample Process file.
The tutorial is split into several different sections, depending on which step you are in the process and which product you need to use.
Data Service
The first step is to import the schema in UiPath Data Service. To do this, apply the following steps:
- Accédez à Data Service.
-
Select Import/Export, and then select Import Schema.
- Sélectionnez le schéma
DataService_Trades_Schema.json
dansAppsTutorial_TradeLogger.zip
. -
Select Import.
Résultat attendu
Le schéma Trades est maintenant importé dans Data Service.
Studio
The next step is to publish the workflow using UiPath Studio. To do this, apply the following steps:
-
Open the
project.json
file from theAppsTutorial_TradeLogger_Workflow
folder using Studio. -
Select Manage Entities.
-
Select Refresh, then select Save.
-
Select the Publish button from the Design tab..
-
Under Publish options, publish to Orchestrator using one of the following methods:
- Publiez sur votre espace de travail personnel.
- Publier dans un flux de locataire/dossier.
Orchestrator (optional step)
Publish your new process using UiPath Orchestrator, and make sure that it is available for your attended robot.
Pour plus d'informations sur la publication de projets, consultez la page Projets d'automatisation de la publication .
Apps
The final step is to import the app in UiPath Apps. To do this, apply the following steps:
- On the Build tab, select the Create new app button.
- Select Import from file, and select the
Trade Logger App Template.uiapp
file. - Sélectionnez Créer.Remarque :When you first open the app, you might encounter some errors. To prevent this and configure your dependencies, select each error icon, and replace the process and entity.
Now that everything is configured, check the following video for the tutorial. Use the tutorial to better understand how the app works, how to use it, and how to get the most value out of UiPath Apps.
Check the How To section of this guide for more useful use cases. You can learn how to:
- Utiliser le contrôle des fichiers
- Utiliser la vue détaillée principale (Use Master Detail View)
- Utiliser la validation d'entrée requise (Use Required Input Validation)
- Utiliser la visionneuse de documents (Use Document Viewer)
- Utiliser le nombre avec des valeurs d'ensemble de choix
- Inclure les classements par étoiles (Include Star Ratings)
- Inclure les liens EnvoyerÀ(MailTo)
- Inclure des graphiques Excel dans Apps (Include Excel Charts in Apps)
- Travailler avec la source de données et la liaison de valeur (Work with Data Source ans Value Bind)
- Directives générales sur l'expérience utilisateur