Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Creating an automation step in a process definition

  1. Go to a definition record.
  2. Click the New Step button.
  3. Change the Step Type picklist field value to Automation.


  4. Select your action.
    • To start a job:
      1. Change the Action picklist field value to Start Job.
      2. Change the Process picklist field value to the process you want to run.
      3. Highlight the robots to use for the job and move them from the Available column to the Chosen column.
      4. Click the Edit Input Arguments link to add input parameters (name/value pairs to send to UiPath.
        Note: Use static values or include merge fields for the input parameters. Example merge field syntax (assuming the process object is an opportunity) {!Opportunity.Name}. Drilling up also works: {!Opportunity.Account.Name}.
      5. Enter values for the Key and Value fields.


    • To queue data (add data to a queue in UiPath):
      1. Change the Action picklist field value to Queue Data.
      2. Change the Queue picklist field value to the queue you want to add an item to.
      3. Change the Queue Priority picklist field value to reflect the processing priority of your item.
      4. Click the Edit Queue Datalink to add input parameters (name/value pairs to send to UiPath).
  5. Enter a value in the Step Name field.
  6. Click Save.
For more, see Executing an Automation Step.