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 :
Copilot Studio - Calling Actions from Copilot S...
Under review by Community Managers

Under review

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

Limit of data returned to Plugin Action from Flow?

Posted on by 36

Hi Team,

 

What is the limit to return data back to copilot from a plugin action? It seem's that you cannot return back list of items with more than 10 rows. The list returned back has 11 columns and if I try to return more rows it fails with a system error. It seems that there is some string (text) length limitations when data is returned back to copilot studio. Is there documentation on these limitations?

 

It's really very simple plugin action.

 

<fetch count="10">
<entity name="mserp_inventonhandaientity">
<attribute name="mserp_itemnumber" />
<attribute name="mserp_calculatedavailablephysical" />
<attribute name="mserp_dataareaid" />
<attribute name="mserp_productcolorid" />
<attribute name="mserp_productconfigurationid" />
<attribute name="mserp_productsizeid" />
<attribute name="mserp_productstyleid" />
<attribute name="mserp_siteid" />
<attribute name="mserp_warehouseid" />
<filter>
<condition attribute="mserp_itemnumber" operator="eq" value="Some item number" />
<condition attribute="mserp_dataareaid" operator="eq" value="sun" />
<condition attribute="mserp_calculatedavailablephysical" operator="ne" value="0" />
</filter>
<order attribute="mserp_siteid" />
<order attribute="mserp_warehouseid" />
</entity>
</fetch>

 

rizworks_0-1710417837067.png

 

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 455

#2
Vish WR Profile Picture

Vish WR 273

#3
Romain The Low-Code Bearded Bear Profile Picture

Romain The Low-Code... 202 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics