Skip to main content
Question

Issue with "List Envelopes" Action in Power Automate Returning Only 13 Records


Forum|alt.badge.img+1

I am using the "List Envelopes" action in Power Automate to retrieve envelopes from DocuSign by applying specific filters. I have set the "top" filter to 50, expecting to receive up to 50 envelopes. However, the action only returns 13 envelopes, and the hasMoreRecords property is set to false, even though there are over 400 envelopes in my DocuSign account.

2 replies

Michael.Rave
Docusign Employee
Forum|alt.badge.img+14
  • Docusign Employee
  • 925 replies
  • March 4, 2025

@Sai Cheedepudi 

Were all those 400 envelopes sent from your Docusign account and does the user you authenticated though Power Automate with has access to these envelopes?

You are not able to access received enveloped that have not been sent from your account via API. Therefore, it will not show them if you query them via Microsoft Power Automate.


Forum|alt.badge.img+1

Hi Michael,

Yes, the account has access to all envelopes, and I am specifically retrieving envelopes with a status of "Completed", where the sender is the authenticated user. However, even when using the skip=5 parameter in the filter for the "List Envelopes" action, the response still returns only these 13 envelopes.