Exploring Creator Studio

  • Release version: Australia
  • Updated March 12, 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 Exploring Creator Studio

    Creator Studio simplifies app creation by breaking it down into manageable steps, specifically focusing on how requests are handled within the application. Understanding this process is crucial for effectively managing app functionalities.

    Show full answer Show less

    Key Features

    • Request Storage: Requests are stored in a dedicated table, with each entry representing an individual request.
    • Form Entry: Users submit requests through forms that capture essential information needed for review.
    • Key Roles: The terms 'Requester' (the individual making the request) and 'Fulfiller' (the person responsible for processing the request) are defined to clarify responsibilities.

    Key Outcomes

    By the end of this section, users will understand how requests are stored and the information required for fulfillers to make decisions on those requests. This knowledge will enable effective app management and request processing.

    For hands-on experience, users can explore Creator Studio using their Personal Development Instance (PDI), which is automatically installed via the Application Manager.

    Creator Studio makes creating apps easier by dividing their creation into simple steps. In this section, we'll explain each one.

    All the steps involve requests. So, we'll start by explaining how Creator Studio stores requests.

    Summary:
    After reading this section, you'll understand:
    • How requests are stored
    • How people enter requests
    • How your app automatically does things

    Let's talk about storing requests

    When people make a request, we have to store it somewhere so someone can review it later.

    Tables hold requests

    Creator Studio stores requests in a table. Each row in that table is a request. Here's a simplified version of a table with three requests.

    Use cases:
    • My monitor stopped working. I need a new one.
    • I'm requesting a new mouse so I can have one at home and in the office.
    • My laptop is over four years old. I want to request a replacement.

    People enter requests using forms

    How do people enter requests that eventually get stored in the app's table? They use your app to fill out a form. The questions on the form contain the information your fulfiller needs.

    In our app's table, questions are stored as part of the record, which is composed of all the information on the form.

    Request Name Email Request date
    I need a new monitor. Sushma Singh SushmaSingh@example.com 04-05-2024
    I need a new laptop. Peter Smith PeterSmith@example.com 05-01-2024
    In this example, the form has four fields:
    • Request
    • Requester's name
    • Requester's email address
    • Request date

    These fields contain all the info the reviewer needs to accept or reject the request. You'll have to figure out all the information your reviewer needs to make a decision. Later, we'll show you how to create a form (using Now Assist or on your own) in the section Working with forms in Creator Studio.

    Key terms:
    Requester
    Someone requesting something, like a piece of equipment or permission to do something.
    Fulfiller
    Someone who works on requests. Fulfillers may also approve or deny requests, depending on any approval automation for the app.

    Okay, now you understand that requesters fill out forms to create requests and Creator Studio stores those requests in the app's table.

    Try Creator Studio on a PDI

    Want to play with Creator Studio on your Personal Development Instance (PDI)? It comes automatically installed from the Application Manager on your PDI. For more information, see Personal developer instance guide.