This project is a web-based tool for renaming actions within a JSON definition used in PowerAutomate. It allows users to load JSON, rename actions individually or in bulk, and copy the updated JSON to the clipboard. The page is available at: https://lucashahne.github.io/PowerAutomate-Actions-Json-Formatter/
- Load Actions: Load JSON data to extract and display action names.
- Rename Actions: Rename individual actions or update all actions at once.
- Copy to Clipboard: Copy the updated JSON to the clipboard with a single click.
- Success Notification: Display a success popup notification when the JSON is copied to the clipboard.
- move your code inside a scope inside your PowerAutomate Flow.
- Copy the scope to your clipboard and paste it inside the input textarea
- Paste your JSON into the "Paste your JSON here" textarea.
- Click the "Load Actions" button to display a list of actions extracted from the JSON.
- Update All Actions:
- Enter the new names for all actions in their respective text fields.
- Click the "Update All" button to update all action names in the JSON.
- Click the "Copy JSON to Clipboard" button to copy the updated JSON to the clipboard.
- A success popup notification will appear at the top of the page, confirming the JSON has been copied.
- Clone the repository:
git clone https://github.com/yourusername/json-action-renamer.git