---
sourceDocument: Yokohama Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/application-development

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Configuring workspace lists and records for form submissions

# Configuring workspace lists and records for form submissions {#ariaid-title1}

* Release version: Yokohama
* 
* Updated August 11, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 minutes to read

Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) 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 Configuring workspace lists and records for form submissions

When users submit requests through apps built in Creator Studio, those requests are managed within the Request App Workspace on the ServiceNow AI Platform.
This workspace consolidates form submissions from all apps in the instance, allowing fulfillers---users who handle requests---to access, view, and update them.
Each app has its own category in the workspace with configurable lists of submissions, enabling tailored views to support efficient request fulfillment.
Show full answer Show less  

## Customizing Workspace Lists and Records

* **List Configurations:** App owners can customize workspace lists via the List configurations section in Creator Studio. Default filtered lists like Open, Open -- Unassigned, Closed, and All offer quick access to submissions, but additional filtered lists can be added to better organize requests by form or status.
* **Multiple Forms Support:** For apps with several forms, separate filtered lists can be created per form to simplify fulfillment workflows. Fulfillers can also create personalized "My Lists" in the workspace to suit their individual needs.
* **Record Appearance:** The layout and fields shown on submitted records can be customized in Creator Studio's Record details section, helping fulfillers view relevant form answers and automation results clearly.

## Access and Permissions

Fulfillers access the Request App Workspace via the ServiceNow AI Platform under All \> App Engine \> Request App Workspace. Access to app categories and records depends on user roles and permissions; admins see all app categories, while most fulfillers see only those assigned to their apps. App owners need appropriate agent or admin roles to access the workspace.

## Working with Submitted Requests

* Fulfillers select records from lists to view details, update status, or work on tasks.
* The Details tab shows answers to form questions (catalog variables), and the Automations tab displays playbook results.
* The Catalog tasks tab reveals configured playbooks that guide fulfillment activities.

## Monitoring App Performance

The Dashboard overview within the Request App Workspace provides analytics for each app, including metrics like open requests and related tasks. This data helps fulfillers and admins monitor ongoing performance and workload.  
So, you've built your app, and people are submitting requests through it, that's great! However, you might be wondering where those requests go after they're submitted. They live in lists in a workspace where fulfillers can
work on submitted forms, which you can customize in Creator Studio to suit your needs.

## A little more about workspaces {#creator-studio-form-submissions-workspace-about__section_y2v_pmj_y1c}

The Request App Workspace holds form submissions that come in from each of your apps. [Fulfillers](https://servicenow-prod.fluidtopics.net/nliD8WmMVPd9fJnZiLDpOw#gloss-fulfiller "Someone who works on requests. Fulfillers may also approve or deny requests, depending on any approval automation for the app.") (remember, these are the people who work on requests) can access the workspace through the ServiceNow AI Platform and see submissions for all the apps they're assigned to.

There is only one Request App Workspace per instance. Each app that you build in Creator Studio has its own category in the Request App Workspace, with as many lists as you configure, regardless of how many forms or automations it has.
As the app owner, you're responsible for the look and feel of the workspace lists that the app's fulfillers use. Thankfully, the workspace should be ready to use out-of-the-box, but you can also customize it on the List configurations section of your app's navigation panel in Creator Studio.

When you open the List configurations tab, you'll see some filtered lists that appear in the default workspace. These filtered lists (Open, Open -- Unassigned,
Closed, and All) are intended to give fulfillers a quick view of all the form submissions. You can add more filtered lists as needed, for example, you could add a filtered list for
each of the app's forms or for canceled requests.

If it would help your fulfillers to have additional categories, you must ask your admin to add them using the List Category \[sys_ux_list_category\] table on the ServiceNow AI Platform.  
Figure 1. List configurations section

## Creating lists to support multiple forms {#creator-studio-form-submissions-workspace-about__section_gg1_v43_t1c}

When fulfillers open the workspace to view an app's form submissions, the default "Open" list displays all open requests made through the app. However, if you have multiple forms in your app, fulfillers might find it easier to have
separate "Open" lists for each form in the app. In that case, you should create a different list for each separate form and name each of them after the forms. Find out how in [Add a filtered list to a workspace in Creator Studio](https://servicenow-prod.fluidtopics.net/Y14td23ZOj5fIT1ifA23Vw "Create custom filtered lists in the app submission workspace to view records that meet specific conditions. For example, if your app has multiple forms, you can create a list for each form by filtering on the record type.").

Fulfillers can use the "My Lists" feature in Workspace to create custom lists that fit their needs. Tell them how to by checking out [Create My Lists in workspace](https://www.servicenow.com/docs/access?context=create-filtered-list-agent-workspace&version=yokohama&pubname=yokohama-platform-user-interface&ft:locale=en-US).{#creator-studio-form-submissions-workspace-about__crs-workspace-my-lists-ph}

## How fulfillers access submitted forms {#creator-studio-form-submissions-workspace-about__section_kyz_h2m_p1c}

Fulfillers access the default workspace on the ServiceNow AI Platform by going to AllApp EngineRequest App Workspace. The Request App Workspace displays a category for each app with filtered lists of records, both default and any extra that you added. Fulfillers then select a record to view the details of the request and make updates as needed.  
Note:  
You can't access the Request App Workspace as the owner of an app, though you can access it if you also have an admin or the applicable agent role. The app's agent role is \<app scope\>.agent, for example, x_snc_app_name.agent.

You can preview and interact with how records appear in the workspace category directly within Creator Studio by navigating to the List categories section of the navigation panel and selecting a record.

* Answers to the form's questions (which are catalog variables) appear on the Details tab of the submitted record. For more on form questions, see [Working with forms in Creator Studio](https://servicenow-prod.fluidtopics.net/MnEjqHT4MYv1XEBrspUPqQ "To add items or services to your catalog, you must create a different form for each thing being requested.").
* Results of any playbooks appear on the Automations tab of the submitted record. For more on playbooks, see [Working with automation in Creator Studio](https://servicenow-prod.fluidtopics.net/U0N5edieW9ZRVs2Mq6lUoA "How do you simplify and streamline tasks for fulfillers? Use automation! For example, you can have a task assigned automatically to someone based on what type of request it is. We’ll use playbooks to accomplish adding this automation to your app.").

{#creator-studio-form-submissions-workspace-about__ul_gkh_34l_m2c}

Edit how the record a form generates will appear by navigating to the Record details section of the navigation panel.  
Figure 2. Editing how a submitted record will appear

What fulfillers can see in the workspace lists depends on their permissions. For example, admins can see workspace categories for all apps built in Creator Studio. However, most users see only the workspace category for their particular app.  
Figure 3. Request App Workspace

When fulfillers view a record for an individual request in the workspace, the Catalog tasks tab displays the playbook that you configured in Creator Studio.

Fulfillers or admins may also want to monitor the app's performance as requests come in. This is where the Dashboard overview in the Request App Workspace is helpful! On the Dashboard overview tab, each app has its own analytics dashboard that shows applicable data, like how many open requests you have or what tasks are related to the app. There's a lot of helpful information here. Find out more
about working with data in [Analytics Center](https://www.servicenow.com/docs/access?context=analytics-center&version=yokohama&pubname=yokohama-now-intelligence&ft:locale=en-US).
* **[Add a filtered list to a workspace in Creator Studio](https://servicenow-prod.fluidtopics.net/Y14td23ZOj5fIT1ifA23Vw)**   
  Create custom filtered lists in the app submission workspace to view records that meet specific conditions. For example, if your app has multiple forms, you can create a list for each form by filtering on the record type.
* **[Customize an app's workspace configuration in Creator Studio](https://servicenow-prod.fluidtopics.net/Yjpcw9lMuj5O0WJqx0Im~w)**   
  Make changes to the app's workspace category where fulfillers review submitted requests from apps built in Creator Studio to adjust how it appears. For example, you can rearrange columns in its lists and customize how the record generated by the request app looks.
* **[Change the layout of an app's record in Creator Studio](https://servicenow-prod.fluidtopics.net/uZ5KRZ6dE3T424m_aPP65w)**   
  Adjust how the submitted records that your app generates will look, such as the order in which fields appear.
* **[Using the Request App Workspace to fulfill requests](https://servicenow-prod.fluidtopics.net/qw5MeZWS7eIdMSTUB~sGYg)**   
  After users submit a request through an app built in Creator Studio, fulfillers work on the request's submitted record in the Request App Workspace.

*[\>]: and then


