Hi everyone, I’m encountering a 403 Forbidden error when attempting to fetch data from the Blackbaud SKY API using a server‑based OAuth flow in my Tableau Web Data Connector (WDC) for Raiser's Edge NXT. Despite my application now being configured for full data access in the Blackbaud developer portal and using the scopes…
Is it possible to use PowerAutomate to sum donations made to an event participant? We have the events module and link donations to the participant. I am looking to sum the donations to a participant and map the total to a field to in mailchimp. Not sure of this is possible, but need the totals in mailchimp so we can coach…
I was recently asked by a connection if they could only start learning Power Automate or Power BI, which one should they start with. Here's my answer, but I'm curious what others would say as well. @Austen Brown @Alex Wong @Nicole Holt @Shelby Lewis @Hallie Guiseppe In my opinion, I would say start with Power Automate and…
Hello i I have now linked sky API and Power BI and beginning to create reports but struggling to see how I can get data on all constituents who have an assigned fundraisers assigned to them with a specific type (relationship manager). I cannot figure out how to get this information. Am I missing something obvious? Thanks…
Hi everyone! Longtime RE user, still somewhat new to the Developer space (a few years now, a few bbdevdays under my belt, been learning TONS about Power Automate). Building out my first major time-saver flow and running into some issues. I used this post (thank you Nicole and Alex!) to get started on my flow. What I'm…
Hi i went through the process of setting up the PowerBI connector and instructions to link to RE NXT but i think i might be missing something - Just wondering what others have done thank you
@Hallie Guiseppe Don't need to use loop, use Select and formula. Select Propering action: From: split(outputs('Compose_Name'), ' ') Map: concat(toUpper(substring(item(), 0, 1)), if(equals(length(item()), 1), '', toLower(substring(item(), 1, sub(length(item()), 1))))) Final join them back: join(body('Select_Propering'), ' ')
Our third-party crowdfunding platform had been linked to RE7 via BBNC. However, with the new check-out process the gifts now only go from the crowdfunding platform into BBMS. We need to see if there is an example API to move the gifts from a CSV into RE NXT. 1. Can this be done without first adding the Constituent ID into…
I have 2 environments under my SKY Developer account, one for my organization and one for the generic Sky Developer sandbox. When I try to authorize using OAUTH2 the browser pop-up defaults to the SKY generic sandbox (as shown below) and there is no option to choose my own organization. Has anyone else run into this issue?…
I just tried to add the fund designation to my tax letters. It works fine if there is just one letter in the gift list. If it loops through multiple letters, the word file is concatenating the fund from the previous letters. inside my apply to each: The first letter looks fine: second letter, this one should only list UCU…
It looks like you're new here. Sign in or register to get started.