I am experiencing unexpected behavior when using the List Envelopes action in Power Automate with specific subject filters.
- There are 400+ envelopes with the subject "ABC DEF - IJ", and the user has full access to all envelopes.
- When filtering with subject = "ABC", the action returns only 13 records and sets
hasMoreRecords = false
. - When filtering with subject = "DEF", it returns only 14 records and
hasMoreRecords = false
. - The skip parameter does not work as expected, and I still receive only the top 13 records.
However, when filtering for envelopes with subject = "XYZ" and using top = 50, the action correctly returns 50 records and hasMoreRecords = true
, which is expected.
The user is on a Business Pro plan with full access to all envelopes. Given these inconsistencies, I would like to understand:
- Why does filtering by "ABC" or "DEF" return only a limited number of records despite more envelopes existing?
- Why does the skip parameter not function correctly?
- Are there any known limitations or issues with the List Envelopes action in Power Automate when using subject filters?
Any insights or suggestions to resolve this issue would be greatly appreciated. Thank you!