The Power Automate Actions tool serves as a versatile solution for managing Power Automate actions. It offers the following functionalities:
Catching requests invoked directly from the SharePoint interface
Recording requests invoked from the browser console
Gathering requests executed with SP Editor
Easily copy all actions from the "My Clipboard" section and paste them into the desired environment.
- Copy all actions stored on a page
- Copy individual actions using the provided copy button
- Check out our article on bulb presence, for a reference.
Copy actions from My Clipboard Section.
Using recorded and copied actions in Power Automate workflows.
Please note that in order to use the copied actions, you need to have the "My Clipboard" section open. Accepting the popup window will finish the action copying process.
In version 1.0.4 the new feature was added to the extension. It allows for store copied actions to the extension storage and choose which actions should be pasted to the workflow.
The tool is available on the Chrome Store here
The repository also includes the build package, allowing for direct installation. To do so please unpack ApplicationBuild zip file and follow the steps described here to install the package locally on a browser.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
The solution uses craco package to override webpack configuration. To build the solution use npm run build command. The build artifacts will be stored in the build/ directory.
The build can be directly uploaded to local Chrome browser guideline.
1.0.13
- Added a Settings tab with options to configure the maximum recording time and toggle the visibility of the action search bar.
- Added a setting to manually override page type detection.
1.0.12
- Added search functionality across all tabs to filter actions by title.
- Extended title column width for better readability of action titles.
- Added option to peek into action details via info button.
1.0.11
- Added Favorite Actions feature.
- Fix changed action property name in Modern Editor.
1.0.10
- Added recording capability on the SharePoint Admin page.
- Enabled the ability to copy actions within iframes (including the make.powerapps page and directly from Canvas Apps).
- Fixes
- Rendering record buttons on SharePoint modern pages – additional iframe fix.
- Fix action icons rendering
1.0.7
- Fixed pasting recorded actions into the new Power Automate editor.
- Added a notification banner.
1.0.6
- Added support for HTTP Microsoft Graph actions.
- Enabled recording of actions on Microsoft Graph Explorer and Classic SharePoint pages.
- Enhanced persistence of recorded actions.
- Fixed scrolling for actions.
1.0.5
- Fixed issue with storage of new editor Power Automate actions.
1.0.4
- Added support for copying actions from the new Power Automate editor.
1.0.3
- Improved handling of SharePoint requests using the _vti_bin endpoint.







