-
testing javascript
// Function to test if a number is even or odd function isEven(number) { return number % 2 === 0; } // Test cases const testNumbers = [0, 1, 2, 3, 10, 15]; testNumbers.forEach(num => { const result = isEven(num) ? 'even' : 'odd'; console.log(`Number ${num} is ${result}.`); });
-
testing html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Test Page</title> <style> body { font-family: Arial, sans-serif; margin: 40px; } #output { margin-top: 20px; color: green; } </style> </head> <body> <h1>Testing Scenario</h1> <form id="testForm"> <label for="inputText">Enter something:</label> <input…
-
testing C#
using System; class Program { // Method to check if a string is a palindrome static bool IsPalindrome(string input) { string reversed = new string(input.ToCharArray().Reverse().ToArray()); return input.Equals(reversed, StringComparison.OrdinalIgnoreCase); } static void Main() { string[] testStrings = { "radar", "hello",…
-
Assistance Needed – Blackbaud CRM Integration & API Authorization
Hi Team , We are facing issue when calling constituents Get API using c# code Please assit. [{"message":"No user mapping exists for user identifier 7362803b-d07a-41e8-bf8e-6b0fe1a95cf1 and tenant…
-
SFTP - SSH Connection Errors
I'm aware that there are frequent ‘BadGateway’ errors when utilizing the SFTP - SSH connection in PowerAutomate. I have run into these when editing a flow, but usually waiting a bit and retrying resolves the error on its own. I have many flows that rely on this connection and I'm unable to update the connection with a new…
-
Website Event Registrations via SKY?
Hey all. Does anyone know if it is possible to access website event registration information via SKY? My research tells me no, but I'd love to know if I'm missing something, either a direct path or an indirect path. Thanks!
-
Power BI Connector not Appearing
Hey y'all! So I have had the PBI connector set up since 12/2023 and it was working perfectly… until I got a new laptop and tried to rebuild it/update it. I have done all of the steps in the Repository for setup, I have my folders created & settings set, but the connector refuses to show up in my Get Data box. Does anyone…
-
Power BI Embedded report not opening for new user
I have a RE user who was recently changed his email and so we set up a new account in Blackbaud. WIth his new account, Power BI embedded reports and tiles aren't opening properly for him. Instead of a request for access, he gets this message. Blackbaud support believes it is a Microsoft issue. Anyone ever see this before?
-
Power Automate - Condition not evaluating array name
Hi, This is my first post so please let me know if this needs to be structured differently. I have created an automated cloud flow which takes inputs from an MS Form before creating the Name and Value of the inputs into an array. I assess each of the array items in an apply to each loop and if the condition is true, then…
-
Opportunity ask date
Does anyone know a way or do you have a clever flow that captures if someone changes an Opportunity ask date? Something like a flow that automatically adds an action if the date gets changed to a later date?
-
Power BI: March 6, 2025 Boston Workshop
Did you attend the Blackbaud Power BI workshop in Boston? I would like to connect with others who were there in March. It might be beneficial to create a space for sharing insights, experiences, and tips to enhance our understanding and application of what we learned. Let’s take this opportunity to network and collaborate…
-
Power Automate: March 6, 2025 Boston Workshop
Did you attend the Blackbaud Power Automate workshop in Boston in March? I would like to connect with others who were there. It might be beneficial to create a space for sharing insights, experiences, and tips to enhance our understanding and application of what we learned. Let’s take this opportunity to network and…