Skip to main content

Notifications

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,495

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,822

Leaderboard

Featured topics