---
sourceDocument: Australia Build workflows
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/build-workflows

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Build workflows

ft:clusterId :

    - crworkflow

bundleId :

    - crworkflow

workflow :

    - Creator


---

# Get Connection Info step

# Get Connection Info step {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Provide the connection and credential details from another step, such as a REST step,
to other steps in your action.
Note:  
The Get Connection Info step is not available in the base system and requires the subscription to Integration Hub Starter Pack Installer (com.glide.hub.integrations) or later. For more information about the ServiceNow® Integration Hub subscription packages, see [Integration Hub usage and subscription](https://www.servicenow.com/docs/access?context=subscription-usage&version=australia&pubname=australia-integrate-applications&ft:locale=en-US). After the required plugin is activated, the step is visible under Integrations.

## Roles and availability {#get-connection-info-action-designer__section_pwq_rb5_kcb}

After setting up your Integration Hub Starter subscription, the Get
Connection Info step is available as an Workflow Studio action step. Users
with the action_designer role can create a custom action with the Get Connection Info
step.

## Inputs {#get-connection-info-action-designer__section_mbh_pfz_lnb}

Provide a value for each input that your step needs. To add dynamic values, you can also drag and drop pills from the Data panel or select them from the pill picker.  
{#get-connection-info-action-designer__table_hzr_ngz_lnb__entry__3}

| Input | Data type | Description |
|-|-|-|
| Type | Choice | Choose from: * Connection Alias - Associates to connection information required to connect to the remote system. * Credential Alias - Associates to credential data required to connect to the remote system. {#get-connection-info-action-designer__ul_zl5_s3z_lnb}Depending on which option you choose, the following input requires that you choose the appropriate Connection Alias or Credential Alias. |
[ ]

{#get-connection-info-action-designer__table_hzr_ngz_lnb}

## Outputs {#get-connection-info-action-designer__section_alg_4gz_lnb}

These outputs appear in the Data panel. You can use them as inputs elsewhere in your action.  
{#get-connection-info-action-designer__table_blg_4gz_lnb__entry__3}

| Output | Data type | Description |
|-|-|-|
| Runtime Alias ID | String | Sys ID of the Connection Alias or Credential Alias record used to connect to the remote system. |
| Connection ID | String | Sys ID of the Connection record used to connect to the remote system. |
| Connection URL | String | URL used to connect to the remote system. |
| Credential ID | String | Sys ID of the Credential record used to connect to the remote system. |
| Credential Value | Password (2 Way Encrypted) | 2-way encrypted password used to authenticate when connecting to the remote system. |
[ ]

{#get-connection-info-action-designer__table_blg_4gz_lnb}

## Action error evaluation {#get-connection-info-action-designer__id_lg2_4s3_15b}

If this step fails
:   Data type: Choice

    Option to continue running the next step or go to error evaluation. To use the step status code or message for a custom action error condition, see [Action error evaluation](https://servicenow-prod.fluidtopics.net/TJkLnvv_cE34AFa4p0LuVQ "Enable actions to catch step failures and continue running. Identify when specific error conditions occur and return your own action status code, status message, and error state.").

