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
- 6 Blackbaud Community Help
- 212 bbcon®
- 1.4K Blackbaud Altru®
- 399 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 654 Blackbaud Grantmaking™
- 571 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 34 PowerUp Challenges
- 3 (Open) 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
- 789 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
