question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG]: Error importing new CrisisCommunicationNewsNotification.zip - Pagination Policy issue

See original GitHub issue

Describe the bug When importing the new (2020.03.23) version of CrisisCommunicationNewsNotification.zip into Flow, getting an error message and the Flow fails to import. No option to fix this from the UI.

To Reproduce Steps to reproduce the behavior:

  1. Download the 2020.03.23 CrisisCommunicationPackage.zip
  2. Extract CrisisCommunicationNewsNotification.zip from the Package .zip
  3. Go to https://flow.microsoft.com/
  4. Click on ‘My Flows’
  5. Click on ‘Import’
  6. Click on ‘Upload’ and browse to the extracted CrisisCommunicationNewsNotification.zip
  7. Authenticate the Connections (“Select during import” etc.)
  8. Click on ‘Import’
  9. Get the error message:

The pagination policy of workflow run action ‘Get_group_members’ of type ‘ApiConnection’ at line ‘1’ and column ‘5770’ is not valid. The value specified for property ‘minimumItemsCount’ exceeds the maximum allowed. Actual: ‘100000’. Maximum: ‘5000’.

Expected behavior Import should complete without errors.

Screenshots If applicable, add screenshots to help explain your problem. image

Interface(please complete the following information):

  • Browser: Chrome

Additional context Manually editing definition.json within the .zip file, changing 100,000 to 1,000 then reconstructing the .zip file and importing that works OK.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
denise-msftcommented, Mar 25, 2020

Thank you @davidMbrooke for reporting this. We have updated the solution to fix this issue, and updates to the documentation will be published later today.

1reaction
davidMbrookecommented, Mar 25, 2020

That’s what I figured as the underlying issue; thanks. Since the Import doesn’t complete I don’t get any opportunity to Export.

As I noted at the bottom of my original post, I’ve been able to work around this issue by unpacking the .zip and hand-editing definition.json to reduce the limit as you describe - then reconstructing the .zip and importing as normal.

Not everyone will be comfortable doing that though, so would be good if you could fix for the next release of the Package.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[CoE Starter Kit - BUG] Invalid Pagination Policy error #5136
Describe the issue I get the Invalid Pagination Policy error when I activate Admin Sync flows. Expected Behavior Not to get the error...
Read more >
Sharepoint Get Items error 'pagination policy'
Solved: Hi All I have a fairly big problem here: - In some flows, I can turn on pagination and change the threshold...
Read more >
POWERAPPS Training Material PDF
problem because you can export up to 100,000 rows of data. ... Upload the CrisisCommunicationNewsNotification.zip package from the GitHub repository.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found