Home page tile with button that runs a PA with an http trigger
Hi all
I have managed to add a button in the Tasks area of the home page (Development Office Home Action (Preview) which runs a power automate job with an http trigger.
I would like to add a button to a Home page tile (Development Office Home Tile Dashboard) -the tile I have successfully managed to create via power apps.
How do I get the button on the power app to run a power automate job that has an http trigger, any ideas? The button in the power app only looks to like running power automate jobs that are triggered by a manual trigger(Instant cloud flow)
Comments
-
@Ashley Gelderblom
Power App will not be able to trigger a “HTTP trigger" flow. There is specific trigger use for Power App (search trigger for powerapp connector, and you will see 2 of them).Or, you can just start in PowerApp, and use the interface there to create power automate flow directly from there.
0 -
@Alex Wong
Thanks Alex, how do I then make power automate connect to nxt obtaining the uit etc0 -
0
-
@Ashley Gelderblom- Hi Ashley- Alex gave you some great links. I thought I would add the link to Invoke a Flow in the documentation also.
If you create a new flow and then search for the Sky Add In- trigger a flow from an Add In, it should populate your Http request received with this in the JSON schema. This is what pulls in the UserID and the recordID.
{
"type": "object",
"properties": {
"uit": {
"type": "string"
},
"context": {
"type": "object",
"properties": {
"recordId": {
"type": "string"
}
}
}
}
}
Here's is what one of mine looks like. Although you may have to put your Application ID in and save it before it will let you put anything in there.
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 403 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 656 Blackbaud Grantmaking™
- 577 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 940 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 249 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)

