Integration Services Activities Network Trace

How to collect Integration services API call trace?


Studio web activities will not capture the actual API call. To achieve this, running the project is necessary. To view the actual call, enabling certain browser settings is required. The following steps facilitate enabling Dev Flags:

Follow the steps below to enable Dev Flags:

  1. Go to the projects tab URL and add ?dev=logs to the URL and hit enter
https://cloud.uipath.com/REPLACE_WITH_YOUR_ORGANIZATION_NAME/studio_/projects?dev=logs


Example:

1.png

  1. Open the developer tools console and enable pasting:


Note: If the paste is already enabled, go to the next step.


Example:

  1. Paste the following command startSwitchToLocalBlazor() or type it manually



Example:

3.png

  1. Open the project affected by the Integration Service activity.

  1. A small button should be visible at the bottom of the screen.


Example:

  1. Go to the Network tab on Dev tools


  1. Replicate the issue/behavior. Now we should be able to see the actual call to the API without having to run the project.

Example:

  1. Save the Console and the HAR log files.

  1. Turn dev logs off, by adding the following query string ?dev=logsOff to the projects tab URL and hit Enter.

https://cloud.uipath.com/REPLACE_WITH_YOUR_ORGANIZATION_NAME/studio_/projects?dev=logsOff


Example:

2.png

Analyze the API calls to obtain more details. If struggling with analyzing the collected data, contact UiPath Support by providing the details below:

  • Support ID
  • StudioWeb project
  • A screenshot with the error message
  • A description of the issue and the expected behavior
  • The complete StudioWeb application URL
  • The Console and HAR files after replicating the issue
  • The time when the issue occurred