web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / Building a custom LOW ...
Copilot Studio
Suggested Answer

Building a custom LOW code Agent

(0) ShareShare
ReportReport
Posted on by 2
I am trying to build an AGENT which will perform some data quality check on my Azure synapse dedicated pool SQL warehouse tables. Looking to build with No code experience and purely based on Prompt. The agent I am looking to run on daily trigger at a schedule time. The basic checks I am looking to perform via the agent are Null column check, row count threshold, rolling median, MAD score, Z score, Table freshness check. All this via the prompt with no code or calling any stored procedure or notebook is not what I want. Please Suggest me the best approach and details on this.
Categories:
I have the same question (0)
  • Suggested answer
    Tristan_D Profile Picture
    405 on at
    Hi dude, 

    Ok, there is a lot to talk about here. Some elements won't be feasable with Copilot Studio in my opinion.

    First of all, regarding the scheduling, you can run a Copilot Studio agent on a daily schedule using Power Automate.
    --> Create a cloud flow with a Recurrence trigger (scheduled daily) and use the "Execute Copilot and Wait" action to invoke your agent at a specific time.

    Now, for SQL, Copilot Studio has an "Execute a SQL Query" action via the SQL Server connector. --> You can connect to Azure SQL databases (though not being an expert in Azure Synapse, you might have to dig a bit on that).

    That being said, issues I can see are the following one :
    • Statistical calculations require structured SQL queries with specific formulas. I don't think these can be generated reliably through natural language prompts alone
    • The SQL connector action requires you to write the actual SQL query in the action configuration, not generate it dynamically from prompts
    • Table freshness checks will still need pre-defined SQL queries like: "SELECT COUNT(*) FROM table WHERE column IS NULL"
    To date, I am not aware on copilot studio being able to fulfill all of your requirements.

    Did you look into Fabrics and potentially connect the Fabric Agent to your orchestrator agent ?



    T

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 277

#2
11manish Profile Picture

11manish 206

#3
sannavajjala87 Profile Picture

sannavajjala87 156 Super User 2026 Season 1

Last 30 days Overall leaderboard