Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configure the ServiceNow University action flow in Workflow Studio

Integrate the ServiceNow instance and ServiceNow University by using the Oauth credentials to authenticate ServiceNow requests.

Before you begin

  • Have ITSM Enterprise license subscription.
  • Integrate Coaching with Learning with ServiceNow University. For more information, see .
  • Role required: admin.

Procedure

  1. Navigate to All > Process Automation > Flow Designer.

  2. Select the Actions tab.

  3. Get the course details from ServiceNow ServiceNow University.

    1. Select Look up Courses Stream.

    2. In the Inputs action outline, select Test and specify the input value for the following fields:

      FieldDescription
      TypeType of course; for example, a path.
      UpdatedFetches courses updates from the specified date.
      CreatedFetches courses created from the specified date.
      OrderThe order in which the course must be displayed.
      Page SizeThe number of courses per page.
      OffsetFetches the item from the specified offset. For example, if the offset is 10, the application fetches it from the 10th item.
    3. Select Run Test.

    The Outputs action outline displays the following course details:

    FieldDescription
    NumberCourse identification number.
    NameName of the content.
    Short descriptionShort description for the content.
    DescriptionContent description.
    TypeCourse type; for example, whether the course is a path or collection.
    StateThe status of each course; for example, whether it is in draft or published state.
    Portal linkURL to access the course.
  4. Configure the course activity for all users for a specific time period.

    Note: The default time period for course activities is 30 days.

    1. Select Look up User Course Activity Stream.

    2. In the Inputs tab, specify the data type for the following fields:

      FieldDescription
      StatesThe status of each course; for example, whether it is in draft or published state.
      User EmailsEmail of the users associated with the course activity.
      EnrolledDate the user enrolled in the course.
      CompletedFetches courses that were completed after the specified date.
      UpdatedFetches courses updates from the specified date.
      OrderThe order in which the course must be displayed.
      Page SizeThe number of pages to fetch.
      OffsetFetches the item from the specified offset. For example, if the offset is 10, the application fetches it from the 10th item.
    3. Select Run Test.

    In the Outputs tab, specify the output value for the following fields:

    FieldDescription
    User EmailUser emails associated with the course activity.
    Content NameName of the content.
    Content NumberThe content identification number.
    Percent CompleteCourse percentage completion.
    StateCourse status.
    Completion DateThe date when the course was completed.
    Enrollment DateThe date when the user enrolled in the course.

Related topics

Building actions