Need a way to get the base URL of a HTTP Request

When using the HTTP Request activity that’s auto-generated by creating a connector in Connector Builder, there’s no way to get the full endpoint URL (for logging, emails, troubleshooting, etc).

Because the base URL is supplied by the Integration Services Connection, we don’t supply it at runtime - so we need to be able to get it back from the activity.

The edit of the impacted xaml with the HTTP Request activity in a text editor; does it provide the full targeted URL?

Or you can use GZIP to Text Tool from the UiPath AidToolBox.

You will edit the xaml in a text editor → search for the targeted HTTP Request with the connector → get the gzip value for the ConnectorHttpActivity → decode it under GZIP to Text Tool → analyze the RequestPreviewParameters to see the whole request built in the backend.

The connection information is provided through Integration Services, set in Orchestrator at the Process level, not stored in the XAML.

What I’m asking for is a way to get the URL at runtime, in our Studio code for use in Log Messages and other activities.