Skip to main content

HelloID

Configure an input form (PowerShell v1/v2 target systems)
  1. For the relevant PowerShell v1 or v2 target system, Edit a target system.

  2. Go to the Account tab.

  3. Click Edit for Custom Connector Configuration.

    2022-04-07_12-32-11.png
  4. Edit the form's JSON to customize it. The resulting form is previewed in real time in the Preview area. Each value is identified by its key.

    2022-04-07_12-22-05.png
  5. To save your changes, click Apply.

  6. A Configuration tab is added to the system. Go to it.

    2022-04-07_12-33-00.png
  7. Enter values for the fields you've defined.

  8. To save your changes, click Apply.

  9. Access the values using the $configuration object in the system's PowerShell scripts (PowerShell v1) or $actionContext.Configuration (PowerShell v2).