Quick browser tools for Power Platform devs.
Drag bookmarklets from that page to your browser's bookmarks bar. Don't use the raw .js files in the repo.
Extracts Dataverse table schema from a model-driven app view and copies it as a markdown table. Perfect for pasting into AI tools like Claude, Copilot, or ChatGPT.
Usage:
- Navigate to a table view in a model-driven app
- Click the bookmarklet
- Schema is copied to clipboard
Output example:
**Table: pre_mytablename**
| LogicalName | DisplayName | AttributeType |
|-------------|-------------|---------------|
| pre_name | Task Name | String |
| pre_notes | Notes | Memo |
| pre_stage | Stage | Picklist [1: Draft, 2: In Progress, 3: Complete] |
| pre_actualdate | Actual Date | DateTime |
| pre_year | Year | Integer |
| pre_parentrecordid | Parent Record | Uniqueidentifier |
| pre_displaysequence | Display Sequence | Decimal |
...What it does:
- Filters out system fields (created, modified, owner, etc.)
- Uses Web API
v9.2(works on most environments) - Copies to clipboard automatically
See it in action:
1-minute demo showing how to extract table schema and use it with AI tools
