Add an automated playbook to an app in Creator Studio

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 6분
  • Create an automated playbook, which is a process that runs whenever a record is created or updated by the app's specified form.

    시작하기 전에

    Playbooks run on the records generated by catalog items you create for the app, so you must add forms to the app before you can add automation. You can use only published forms (that is, forms that have been marked as ready) to create automations. For more information, see Working with forms in Creator Studio.

    To add a playbook, you must be given permission to work on the app.

    이 태스크 정보

    주:
    For example, you can build a travel request app where people can ask for permission for different types of travel, which automatically routes the request to a manager for approval.

    프로시저

    1. Go to All > App Engine > Creator Studio to see all the apps on the Creator Studio home page.
    2. Open the app that you want to add automation to.
    3. Select + Add automation for the form that you want to add a playbook to.
      주:
      If your app has a lot of forms, you can use the search box in the navigation panel to search for a specific form.
      The following rules apply:
      • If the form is still in draft, a message pops up telling you that you must publish the form first. Check out Publish a form for your app in Creator Studio for more information.
      • You can select only published forms to run the playbook. If you published a form and then edit it, you can’t use the version that's being edited in a condition for a playbook, for example as a trigger for the automation. However, you can use the published version of the form or publish the version that you’re editing, which makes its question answers available to use in playbook conditions.
      • The table for the form you choose is the app’s associated table, which is specified when the app is created. However, your admin can change the table, see Administering an app's associated table for details. If you get a message that playbook creation is unavailable, contact your admin to verify the table for the app.
      Select + Add automation in the navigation panel
    4. Specify the playbook's General attributes in the Create playbook modal.
      표 1. General playbook definition fields
      Field Description
      Playbook name Descriptive name for the playbook you're creating.
      Description Brief explanation of what the playbook does, for example, the end goal for the record type.
      그림 1. Create a playbook
      Settings for creating a playbook
    5. Specify the Schedule for the playbook.
      1. Select the type of Trigger that initiates the playbook.
        표 2. Playbook trigger options
        Trigger Description
        Form submitted Start running the playbook when a user submits the form you chose.
        Form updated Start running the playbook when a user updates the form you chose.
        Form submitted or updated Start running the playbook when a user submits or updates the form you chose.
        주:
        You can't change an playbook's trigger type after you finish creating the playbook. Instead, create a new playbook with a different trigger.

        However, you can edit the trigger condition, such as making the playbook run conditionally based on a specific answer to a question. For more information, see Edit the trigger for a playbook in Creator Studio.

      2. If you chose a trigger that includes a form being updated, specify how often that app should Run your playbook.
        The options are:
        • Once
        • For each unique change
        • Only if not currently running
        • For every update
      3. Specify the conditions that must be met for the playbook to begin running by selecting Add conditions.
        • If you want to trigger the playbook based on the value of a column in a table, select the Field that you want to be the trigger, as well as its condition Operator and the specific trigger Value. For example, when a Start date is after the Date needed.
        • If you want to trigger the playbook based on the response from a form, select Questions as the trigger Field. Then select the question you want in the Question field, the condition Operator and the answer's Value.
          그림 2. Question answer as trigger for an automation
          Use a specific answer to a form's question as trigger

        Add as many conditions as you need. For more information, see Create a condition statement using the condition builder.

      4. Select Create.

    결과

    Congrats:
    Congratulations, you've created an automation!

    다음에 수행할 작업

    Next, you need to add activities to the playbook. For more information, see Add activities to an app's playbook in Creator Studio.