Power Automate- Patch request for Is Solicitor isn't working

I'm starting to convert my flow from using tokens to using Patch now that it works. I have one it doesn't like. I want to uncheck "Is Solicitor" and it just hangs there. I'm not sure why.

I used Try It in the API Reference and my syntax is fine and it works there.

Do I need to use the regular HTTP Request here and not the Blackbaud Sky Add In HTTP request?

image.png image.png

Can anyone see anything obvious I am missing?

Best Answer

  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary Kudos 5 Facilitator 3 Raiser's Edge NXT Fall 2025 Product Update Briefing Badge
    Answer ✓

    As Vishal said, you do not use full API path

    image.png

    Also, it is best you to not use default retry, it takes too long and looks like it hangs for 30 minutes.

    image.png

    I like using Fixed Interval, 2-3 retry using PT20S (retry every 20 seconds)

Answers