RE NXT Full Page Add-in
Hi,
I was able to follow the instruction on this page to create a full page add-in to RE NXT:
So the full-page to be displayed is actually sourced from a PowerAutomate HTTP request received trigger flow. The method is GET.
When setting up the full page add-in:

I placed the URL of the HTTP request received trigger flow in the Add-in URL box.
I then added another add-in that is a home page action to this page add-in.
All is working well, the action show up under task, clicking on it opens up the full page served by the flow.
Now I want to add validation and is stuck. With a Tile, the request to the “back-end” flow is done through POST and with it is the uit parameter. However, when I change to method of POST on my flow and add the json schema, I get error in my console that the page was trying to do GET and failed.
Maybe I'm going about it totally wrong here, please let me know how I can get uit for a page add-in
Thank you,
Alex
Comments
-
after looking more into this, and then studying your AIO more, I have a feeling this is a limitation currently with SKY Add-in. which is the reason why you went with the “AIO” route where multiple “calls” was done within the original GET requested page b/c the original GET requested page can obtain the UIT from the JS client object, then pass it as query parameter to subsequent call.
Let me know if my understanding is correct here and there isn't an easier way to do this.
0 -
after looking more into this, and then studying your AIO more, I have a feeling this is a limitation currently with SKY Add-in. which is the reason why you went with the “AIO” route where multiple “calls” was done within the original GET requested page b/c the original GET requested page can obtain the UIT from the JS client object, then pass it as query parameter to subsequent call.
Let me know if my understanding is correct here and there isn't an easier way to do this.
You're correct. When calling most, if not all, add-ins directly without going through a pre-made Host SPA, it's GETs all the way and the UIT is typically available via a POST.
0
Categories
- All Categories
- New Grantmaking TEST Community
- New Altru Test Community
- New bbcon Community - TEST
- 10 Blackbaud Agents for Good™
- New Raiser's Edge NXT Community
- 7 Blackbaud Community Help
- 217 bbcon®
- 1.4K Blackbaud Altru®
- 408 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.2K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 16 donorCentrics®
- 361 Blackbaud eTapestry®
- 2.7K Blackbaud Financial Edge NXT®
- 679 Blackbaud Grantmaking™
- 596 Blackbaud Education Management Solutions for Higher Education
- 3.3K Blackbaud Education Management Solutions for K-12 Schools
- 951 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 85 JustGiving® from Blackbaud®
- 6.9K Blackbaud Raiser's Edge NXT®
- 3.9K SKY Developer
- 255 ResearchPoint™
- 122 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 246 Member Lounge (Just for Fun)
- 40 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Closed) 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
- 820 Community News
- 3.1K Jobs Board
- 57 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
