---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Input variable movement use case - two input variables

# Input variable movement use case - two input variables {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

An existing workflow already contains two input variables.
1. User A checks out the workflow.
2. User A adds two input variables.ServiceNow adds to the current
   update set one customer update record for each new variable.

   The current
   workflow now has 4 input variables: the two that were present prior to check out and
   the two new ones.
3. User A publishes the workflow.There are now three related customer update records:
   two for new variables, and one for the published workflow. The XML payload of the new
   workflow version now includes all input variable database entries. So while the two
   original input variables do not have individual customer update records, all four
   variables are migrated to the local instance with the payload of the newly published
   workflow version.

4. Verify variables included in a specific workflow.
5. User A completes the update set.
6. Adding Input Variables - Success  
   User A migrates and commits the update set to a local instance where the original workflow version had previously been committed.
   * The two existing input variables are already present because of the earlier version.
   * The system adds the two new input variables when the user commits the update set.
   * The system preserves the two legacy input variables on the instance receiving the update set. The update set does not overwrite these variables.
   * The new published workflow version uses all four variables.
   * The user tests the new workflow version and it runs as expected.
   {#r_InptVrblMvmntTwo__ul_ihd_nlz_gr}
{#r_InptVrblMvmntTwo__ol_rwk_lkz_gr}

## Verify variables included in a specific workflow {#ariaid-title2}

You can verify the variables that are included in a specific workflow.

### Prozedur

1. Navigate to AllSystem Update SetsLocal Update Sets.
2. Select the active update set.
3. Select the customer update entry for the workflow.
4. View the XML Payload.
5. Search for the name of one of the columns or search for var_dictionary.  
   There is one var_dictionary entry for each input variable.

