Edit

Create table app by entering data manually

This article explains how to create a table app using PowerTable by entering the data manually from scratch. You'll enter data to create a table in a database, then write back any subsequent changes to the same database using the PowerTable sheet.

Important

This feature is in preview.

Prerequisites

Before you begin, make sure that you have the following prerequisites in place:

Create a PowerTable sheet

  1. In your plan, select New PowerTable Sheet or select the PowerTable icon on the landing page. Enter a name for the sheet and select Create.

    Screenshot of a new PowerTable sheet.

  2. Select Create a New App to create your app. You can also select Explore PowerTable to experience a sample PowerTable app.

    Screenshot of the Create a New App button.

  3. Select a Connection: Choose a Fabric SQL connection if available. If there are no connections, create one by selecting Create Connection.

    Screenshot of selecting the SQL connection.

  4. Database Name: Select the destination Fabric SQL database to store the table data. Select Add.

    Screenshot of selecting the database.

  5. Select Connect.

    Screenshot of selecting connect to connect to the database.

Create a table

To create a new table in the database and enter the data manually, follow these steps:

  1. Select New Table.

  2. Choose the database schema and enter a name for the table.

  3. Select Enter Data Manually in the Import Data section.

  4. Select Next.

    Screenshot of selecting the schema and entering the table name.

  5. Configure your table by adding the column name, primary key, and other relevant details like length, precision, scale, and so on, wherever applicable.

    Screenshot of entering the first column name.

  6. Select Add Column to add a new column. Use the bin icon to delete a column.

  7. Select Finish after entering all the column details.

    Screenshot of selecting Finish after configuring all the column names for the new table.

  8. An empty table is successfully created using PowerTable, with the configured columns.

    Screenshot of the new empty table with configured columns.

  9. You can now insert rows into this table using the Insert Row option.

    Screenshot of inserting rows to the empty table.

  10. Select Preview Changes to preview the added rows and changes.

    Screenshot of preview with added rows and changes.

  11. To discard the changes, select Discard Changes.

  12. After previewing, select Save to Database and Proceed to save the rows to the table in the database.

  13. Finally, select Save at the top right corner to save the PowerTable sheet.

    Screenshot of saving the new table.

Next steps

Configure access control and automated workflows and approvals for your new app.