PowerBlocks
LibraryCRUD Screen (List + Detail)
PROdata

CRUD Screen (List + Detail)

The CRUD Screen is the screen every maker rebuilds for every app: a records list on the left, a detail/edit panel on the right, and New / Save / Delete actions pre-wired for Patch and Remove. Built from REAL controls (gallery, containers, inputs, buttons) — fully editable, it renders with demo data and binds to SharePoint or Dataverse by replacing one Table().

Pro component

Subscribe to access this component and the full library.

View plans
Records+ New

Alice Martin

user@contoso.com

Bob Chen

user@contoso.com

Clara Diaz

user@contoso.com

Edit record

Alice Martin
alice@contoso.com
SaveDelete

YAML source

Preview — full code with PRO
# CRUD Screen — PowerBlocks (PRO Screen, real controls)
# List + detail/edit panel + New / Save / Delete, ready to bind to your source.
# Renders immediately with DEMO DATA. To go live:
#   1. Replace the demo Table(...) in RecordsGallery.Items with your data source.
#   2. Uncomment the Patch / Remove calls in the Save and Delete buttons.

- CrudScreen:
    Control: GroupContainer
    Variant: ManualLayout
    Properties:
      X: =0
      Y: =0
      Width: =Parent.Width
      Height: =Parent.Height
# … full component definition unlocked with PRO

This is a partial preview. Unlock the full component →

More screens