Forum Discussion

Spratt's avatar
Spratt
Copper Contributor
Jul 02, 2026

Automations and AI Skills

I am attempting to set up one of my AI Skills to automatically activate when a new document is added to my library. From what I can tell, the best way to do this is through SharePoint Workflows and customize via Power Automate. I am not very familiar with Power Automate, but I cannot find a good way to link my AI Skill to the automation! I have tried the "Execute Agent" action, but I am getting a 404 error (response is not in a JSON format) when I try to run it.

 

Has anyone been able to successfully link AI Skills to automations? Is Power Automate the right tool to be using? How do I troubleshoot my 404 error?

 

1 Reply

  • Hi Spratt, I suspect the 404 may be because the action you’re calling expects a Copilot Studio agent or flow endpoint, while SharePoint AI Skills are a Copilot in SharePoint asset. Power Automate is still the right place for the new document added trigger, but unless your tenant exposes a supported action for that specific skill, you may need to move the logic into an agent flow, AI Builder action, or another callable service.