Changing the table for an app

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 3 minutes de lecture
  • Admins can change the associated table for an app built in Creator Studio. That is, you can change the table that the app saves its requests to.

    View the current table for the app by selecting the Data management tab in the App settings. For more information, see Edit an app's settings in Creator Studio.

    Remarque :
    There are two ways to change an app's associated table:

    Reasons to change the table for an app

    Some reasons that you may want to change the table for an app include:
    • You have an existing table that has business logic or handling of specific fields, you can have the app write to that table to use the existing logic.
    • You can't extensively modify the Request App table, so you may want to make more complex modifications and use a different table.
    • You want to use a table that inherits components from a federated app.
    • You already have a large federated application and want to put data from the new Creator Studio into that federated app table.

    Requirements for changing the table for an app

    The app must already be created before you can change the table for it.

    A general guideline is to use a table that extends the Request Task table.
    • If you change an app's table to one that doesn't extend a Request Task-extended table, it could affect automations.
    • If the new table doesn't have the request_type field, the app's automations won't be correctly triggered.
      Remarque :
      You can change the Request type field, which specifies the form, on the Request Task table or a table that extends Request Task. To do so, you must be an admin or have the sn_creatorstudio.configuration_admin or sn_creatorstudio.task_admin role.
    • The request_type field for the new table should have the label Request type, and it should be a reference to the Record Producer table.
    • If the new table isn’t in the same scope as the app, the scope of the table must allow updates from other scopes.
    For more information on the Task table, see Working with the Task table.

    Role for changing the table for an app

    To change the associated table for an app, you must have either the admin role, the sn_creatorstudio.app_configurator role, or sn_creatorstudio.configuration_admin, which are granular admin roles. For more information, see Granular admin roles.

    Repercussions of changing an app's table

    The following table describes how different parts of building an app in Creator Studio are affected by changing the app's table.
    Tableau 1. How changing the table affects parts of an app
    Part of building an app Effect
    Forms If you change the table for an app after a form is created, users get an error when they view a form that was created against a table that's different from the app's current table.

    In that case, you should change the table back to the original table, or users should create new forms that use the new table.

    Automations If you change the table to one without the request_type field, users can't add a playbook to the app.
    Workspace list configurations If you change the table after a user created a filtered list, the filtered list retains the original table.

    If multiple filtered lists use different tables, users will get errors based on those discrepancies. For example, they can't manage columns for a table that they don't have edit access to.