Power Apps Clone Feature Development

Заказчик: AI | Опубликовано: 11.12.2025

In my model-driven app on Microsoft Power Apps, I need a custom "Clone" command that appears both on the main grid and on the record form. When a user selects it, the solution must duplicate the current Parent record together with all of its Child and Grandchild records, but copy only the fields I flag as clonable (not every column). After the copy is finished, the user should see the newly created hierarchy opened automatically. Key Requirements: - Ribbon Workbench/Command Bar customizations wired to JavaScript or TypeScript that call the cloning logic. - Server-side plugin or Power Automate flow that performs the deep copy while honoring the field-level inclusion list. - Step-by-step deployment notes so I can import the unmanaged solution into other environments and adjust the included field list later. Ideal Skills and Experience: - Experience extending model-driven apps with Ribbon Workbench, plugins, and deep copy patterns.