Hi everyone, I have a button add-in for the constituent page action extension point where GOs can request fundraiser assignment to the constituent record. This is based on the Power Automate workshop that I attended during BBCON 24. After some modifications we tested it out and one of the issues we are facing is how to…
- Description: Using a Constituent List that has the records selected with emails that are marked Inactive and Primary, this will uncheck Primary. While this is possible to do manually in database view, webview will not allow you to deselect Primary if there is only one email address. This automation means you will not…
Hello, Hope all is well. I am very new in Power Automate flow development. Hence, I was wondering if any of you can help me with this : I need to build a PA flow so I can read a donation file that consists of Fund, Appeal and Campaign as well as donation amount and will send an email that will show a tally of how many…
Hello, I created the following custom column and I'm getting errors where the referenced date value is null. How can I handle the null values in Power Query? if Date.Month([Prospect Opportunity Date Asked]) <= 6 then Date.Year([Prospect Opportunity Date Asked]) else if Date.Month([Prospect Opportunity Date Asked]) >= 7…
I have been experimenting with expanding all possible Gift table columns to see what other data is available to me and so I can dump my overly complicated gift_splits table (my own fault). So far so good, with the biggest discovery is that gift_splits.id is not unique so I had to update a few revenue measures to make sure…
We are looking to create an automation to load data into the General Ledger using the API. We want this to be run from a headless system without any user interaction required for it. The authentication requires a user to create the initial connection to the API and according to these forum posts below after that the…
I've created a Power App, but other REN NXT users in my organization can't see it. Does everyone need a Power Apps premium license to view the tile in NXT? I apologize if this has already been addressed.
I am encountering an issue when attempting to request an access token using a refresh token. The error message returned is as follows: {"error"=>"invalid_grant", "error_description"=>"The refresh token was not valid."} Our refresh token has not expired, but we are still receiving the "invalid token" response. As a…
Hi Everyone, I am planning to work on Updating inactive email address using SKY API using Python by calling the Patch Email Address (Edit) https://api.sky.blackbaud.com/constituent/v1/emailaddresses/{email_address_id} When I look at the URL of API call we are not passing any Authorization Token and API Subscription Key in…
Hi everyone, We're working on our first implementation with the SKY add-ins for the adaptive cards and buttons. We know we can have the constituent id sent when a user presses a button on the constituent and use that to make calls to the SKY API but are there more options to send without needing to do additional calls?
It looks like you're new here. Sign in or register to get started.