Submitted by leader on Wed, 01/15/2025 - 10:31
I think this could work for other Data Sources like dataverse as well.
Case Use: I used this to make sure duplicate appointment records did come over from the MS Bookings platform when I needed to do a large migration of the data using power automate and the Microsoft Graph API. Flow would bomb out and I think started again at the record it left off causing around 100 dups.
This flow helped me ID the duplicates and since there wasn't too many I went it and deleted in the list itself. You could add a "Delete Item" action to this flow to do it for you.
Submitted by leader on Tue, 12/17/2024 - 09:31
Use case: Verify mailing addresses are valid with the Unites States Postal Services before mailing out large quantities of piece mail or check payments. Thus reducing mailing returns.
In this flow I am doing a bulk address standardization. You would really only need to do that once and then maybe use an "Update" row after that.
First you will need a Smarty Streets account. You can try a trial version to test if this solution is best for you.
Submitted by leader on Mon, 12/02/2024 - 01:48
Cannot be used as a child workflow because it is missing a response action
Follow these instructions
Add the action "Respond to a Power App or flow"
Add "Text" output
First Field: Status
Second Field: Done
Submitted by leader on Wed, 11/20/2024 - 08:10
Part 4
Power Platform Custom Connector
(I always build my stuff in Solutions, click here for more information about PowerPlatform Solutions)
1. Create and Name the Custom Connector
2. Scheme = HTTPS
3. Host is
Submitted by leader on Mon, 11/18/2024 - 11:50
Part 3
Create a Bearer Token to make API calls using PostMan
(You should have your newly installed plugin available to copy and paste Client ID and Client Secret)
Submitted by leader on Mon, 11/18/2024 - 11:38
Part 2
Install the Plugin in PowerSchool
- Log in to your PowerSchool Admin account
- Select System under Setup in the main menu
- Select System Settings under the Server section
- Select Plugin Management Configuration
- Click Install
- Select the plugin file (XML) you just created to install
- Click Install
Part 3>
Submitted by leader on Mon, 11/18/2024 - 11:33
Part One
Create the Plugin for PowerSchool for Office
(Thank You BlayneC )