- Notes de publication
- Démarrage
- Pour les administrateurs
- Projets de workflow RPA
- Créer un workflow RPA à partir d'une idée
- Créer un projet
- Comment démarrer un workflow RPA
- Gestion des fichiers et dossiers du projet
- Connecter des workflows RPA à vos comptes
- Configurer les activités
- Gérer les activités d'un projet
- Transmission de valeurs entre les activités
- Naviguer dans les éléments
- Gérer les données d'un projet
- Configurer un projet pour utiliser vos données
- Utiliser des ressources de fichiers et de dossiers
- Projets d'application
- Applications dans Studio Web
- Concevoir des projets d'application
- Débogage de projets d'application
- Publier, déployer et mettre à niveau des projets d’application
- Importer et exporter des projets d'application
- Travailler avec des entités dans un projet d'application
- Créer des applications accessibles
- Ajout de descripteurs accessibles
- Le libellé Accessible
- Utilisation de la commande Onglet pour l'accessibilité
- Concevoir des listes et des en-têtes accessibles
- Conception d'application réactive
- Taux de contraste des couleurs
- Prédéfinir les styles et les mappages au niveau de l'air pour la commande En-tête
- Limites connues
- Définir un contexte externe à l'aide de paramètres de requête
- Set an external context using external events
- Utiliser des tableaux pour remplir les commandes Liste déroulante, Liste déroulante à sélection multiple et Bouton radio
- Utiliser des contrôles tabulaires avec des entités Data Service dans les projets d'application
- Activités d'application
- Processus d’agent
- Agents
- Solutions
- Workflows d’API - Aperçu

Guide de l'utilisateur Studio Web
Automations folder with mock automations that you can import in Studio Web and publish to Orchestrator.
To set up and test a sample app, follow the steps below. For details on how to configure the app, see Configuring the CX Companion app.
- Create an app from the CX Companion template.
- Configure the data input mode. either external events or query parameters. We recommend external events when embedding the app in a host system and query parameters when deploying a standalone app. For details, see Configuring the CX Companion app > Configure the data input mode.
(Optional)If you don't want to use the default 360 process included in the template, set up the CX Companion app to use a different 360 process. For details, see Configuring the CX Companion app > Configure a 360 process.-
Create individual projects from a few of the downloaded mock automations by importing them to Studio Web and publishing the automations to Orchestrator. CX Companion is configured to load actions from Orchestrator folders that use the same structure as the downloaded folder, so make sure to place the automations in an identical Orchestrator folder structure. For example:
- Configure the folder for actions in the CX Companion app. For details, see Configuring the CX Companion app > Configure the folder for actions.
- Try to debug the app with the following query
parameter:For this step, query parameters mode must be enabled in the app (external events can only be tested after deploying the app). The app should load and you should be able to see all deployed actions.
&requestType=Case&requestId=500gK000003MTaQQAW&requestCaseNumber=00001000&requestType=Case&requestId=500gK000003MTaQQAW&requestCaseNumber=00001000 - Try running the actions and view the results in Automation Tracker. For this step, make sure unattended or serverless machines are configured in the folder where actions are deployed.
- Publish and deploy the app to Orchestrator (you can use the same folder or a different one). You can use the app URL to embed it in your host environment, depending on the data input mode. If you want to use external events, query parameters mode must be disabled by setting the variable
ConfigEnableQueryParamModetoFalse. - When embedding the app in iframes of the host application, include
embed_in the URL to allow logging in through a pop-up. For information about getting the app URL, see Configuring the CX Companion app > Embedding the app - To test the app:
-
For external events mode, include the query parameter
targetand set the domain name as the value, e.g.&target=https://www.example.com.This is a sample deployed app URL to use in an iframe:
The event name configured in the sample App ishttps://cloud.uipath.com/embed_/appsdev/apps_/default/run/production/22986e36-8b04-4593-b82f-aae4c14bb2dc/bd8c8ef5-a94a-43f5-9a5b-6df73d8f7aa6/IDc0b72c47295b49abaea6b701cfa5b730?el=VB&uts=true&target=https://www.example.comINITIATE_REQUEST. Send an event from the host with this name and one of the following payloads to test the sample app:Sample payload 1: (Type: Case)
{ "RecordURL": "https://orgfarm-ef12b89682-dev-ed.develop.my.salesforce.com/lightning/r/Case/500gK000003MTaQQAW/view", "Type": "Case", "Id": "500gK000003MTaQQAW", "CaseNumber": "00001000", "Subject": "Starting generator after electrical failure", "Status": "Closed", "AccountId": "001gK0000048VSXQA2", "Origin": "Phone", "Priority": "High", "OwnerId": "005gK000001reLJQAY", "IncludeCaseHistory": true }{ "RecordURL": "https://orgfarm-ef12b89682-dev-ed.develop.my.salesforce.com/lightning/r/Case/500gK000003MTaQQAW/view", "Type": "Case", "Id": "500gK000003MTaQQAW", "CaseNumber": "00001000", "Subject": "Starting generator after electrical failure", "Status": "Closed", "AccountId": "001gK0000048VSXQA2", "Origin": "Phone", "Priority": "High", "OwnerId": "005gK000001reLJQAY", "IncludeCaseHistory": true }Sample payload 2: (Type: Account)
{ "RecordURL": "https://orgfarm-ef12b89682-dev-ed.develop.my.salesforce.com/lightning/r/Account/001gK0000048VSXQA2/view", "Type": "Account", "Id": "001gK0000048VSXQA2", "AccountNumber": "CD451796", "Name": "Edge Communications", "Website": "http://edgecomm.com", "Phone": "(512) 757-6000", "Industry": "Electronics", "BillingCountry": "United States", "BillingState": "TX", "BillingCity": "Austin", "BillingStreet": "312 Constitution Place\nAustin, TX 78767\nUSA", "OwnerId": "005gK000001reLJQAY", "RenewalDate": "2025-08-31", "thresholdDays": 5, "priorityCasesOnly": true }{ "RecordURL": "https://orgfarm-ef12b89682-dev-ed.develop.my.salesforce.com/lightning/r/Account/001gK0000048VSXQA2/view", "Type": "Account", "Id": "001gK0000048VSXQA2", "AccountNumber": "CD451796", "Name": "Edge Communications", "Website": "http://edgecomm.com", "Phone": "(512) 757-6000", "Industry": "Electronics", "BillingCountry": "United States", "BillingState": "TX", "BillingCity": "Austin", "BillingStreet": "312 Constitution Place\nAustin, TX 78767\nUSA", "OwnerId": "005gK000001reLJQAY", "RenewalDate": "2025-08-31", "thresholdDays": 5, "priorityCasesOnly": true }Note: You can test external events using the following playground:https://uipath.github.io/apps-demo-pages/app-cx-companion/. -
For query parameters mode, Id and Type are required values. Pass the Id value in the
requestIdparameter and the Type in therequestTypeparameter. Additional parameters can be passed if needed. This is an example URL:https://cloud.uipath.com/embed_/appsdev/apps_/default/run/production/22986e36-8b04-4593-b82f-aae4c14bb2dc/bd8c8ef5-a94a-43f5-9a5b-6df73d8f7aa6/IDc0b72c47295b49abaea6b701cfa5b730?el=VB&uts=true&requestType=Case&requestId=500gK000003MTaQQAW&requestCaseNumber=00001000https://cloud.uipath.com/embed_/appsdev/apps_/default/run/production/22986e36-8b04-4593-b82f-aae4c14bb2dc/bd8c8ef5-a94a-43f5-9a5b-6df73d8f7aa6/IDc0b72c47295b49abaea6b701cfa5b730?el=VB&uts=true&requestType=Case&requestId=500gK000003MTaQQAW&requestCaseNumber=00001000
-