Building apps with Creator Studio

  • Release version: Yokohama
  • Updated August 11, 2026
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Building apps with Creator Studio

    Creator Studio in ServiceNow enables users with appropriate permissions to build request-fulfillment apps without coding. These apps function as catalogs of requestable items, combining forms, automation, and workspaces to streamline the process from submission to fulfillment. Your admin sets up Creator Studio and manages app configurations, including underlying tables.

    Show full answer Show less

    Key Features

    • App Structure: A ServiceNow app acts as a container for specific tasks and user groups, potentially including APIs, tables, workspaces, forms, and flows.
    • Form Creation: Use catalog templates and a WYSIWYG editor to design forms that collect detailed request information, such as specifications for requested items. Multiple forms can represent multiple catalog items. Forms can also be generated using Now Assist.
    • Automation with Playbooks: Automate workflows like approval routing and task assignments using an intuitive, code-free playbook builder. Playbooks leverage form data to drive seamless process execution.
    • Request App Workspace: Fulfillers access a dedicated workspace category to manage and act on submitted requests. This workspace is customizable to fit operational needs.
    • App Management: Creator Studio's home page serves as a central hub to locate and manage all company apps built with the tool. Bookmark apps for quick access, and switch development environments for more advanced capabilities if needed.
    • Collaboration: Creator Studio supports collaborative app development, allowing multiple users to build or enhance apps together.

    Practical Workflow

    • Start by selecting a catalog template and customizing forms to gather specific request details.
    • Create playbooks to automate approvals and task assignments, improving efficiency and reducing bottlenecks.
    • Customize the workspace where fulfillers will process requests, ensuring clear visibility and management.
    • Test your app by submitting forms and validating automation results before deployment.
    • Deploy your app to make it available for end-users to submit requests and for fulfillers to manage them.

    Benefits for ServiceNow Customers

    Using Creator Studio empowers your teams to rapidly develop tailored request-fulfillment apps without extensive development resources. This accelerates service delivery, improves request tracking, and enhances collaboration between requesters and fulfillers. The automation capabilities reduce manual effort and streamline approval processes, ensuring efficient fulfillment aligned with organizational policies.

    By now, your admin has set up Creator Studio, given you permission to build an app, and you've got a great idea for a request-fulfillment app! How should you think about using Creator Studio to create your app?

    What apps are in ServiceNow

    A ServiceNow app is a package that performs a specific task for a specified group of users. Think of an app as a container with a set of rules around who can access and edit it. For example, ServiceNow apps can include an API, a table, a workspace, a form, a flow, or any combination of those things.

    A Creator Studio app uses forms and automation to enable users to request something and move the request through the approval process. Creator Studio also enables you to the see the fulfiller's view of the Request App Workspace for the app.

    Create forms to gather request information

    When finished, your app will look like a catalog of items that people can request. To create your app, you’ll:
    1. Select one of the available catalog templates.
    2. Customize a form to be included in the catalog using a WYSIWYG editor.
      A form describes one item in the catalog and provides space for questions that a requester will answer to specify details about what they want, such as the model number of a laptop. If your catalog needs multiple items, you can create multiple forms.
      Note:
      You can create a form using Now Assist. To learn more, see Generating forms with Now Assist.

    Automate workflows and simplify tasks with playbooks

    Streamlining your request-fulfillment process goes beyond just collecting information. Creator Studio empowers you to automate tasks with powerful playbooks. Think of them as pre-programmed workflows that kick in after a form is submitted.

    Here are some things that playbooks can do:

    • Effortless approval routing: Automatically route requests to the right person for approval, eliminating manual steps and bottlenecks. Imagine a laptop request automatically going to the IT manager for a thumbs-up.
    • Intuitive playbook builder: No coding required! Create custom playbooks using an easy-to-use editor.

    The playbooks you create use the information that people supply when they fill out your forms. So, the more details you ask for, the smoother the process runs.

    Workspaces give fulfillers a place to address requests

    Once deployed, your app will sit in its own workspace category, which makes it easy for fulfillers to answer requests. You can customize the workspace or use it as-is.

    For sys admin eyes only: Every app built in Creator Studio adds a record in the Request App Config table, which contains the table that the app uses. Your admin can change the table for an app, see Administering an app's underlying table for more information. The name of the table follows the format of scope_request, for example, x_snc_02_03_request.