LogicAppsUX icon indicating copy to clipboard operation
LogicAppsUX copied to clipboard

Subscriptions dropdown not showing all subscriptions

Open rllyy97 opened this issue 2 years ago • 2 comments

Describe the Bug with repro steps

This is an issue with our subscriptions request. We are making the first call which returns 1000 subscriptions, but not making another request when a nextlink is returned. We should be recursively requesting subs as long as there is a nextlink.

What type of Logic App Is this happening in?

Consumption (Portal)

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

No response

Screenshots or Videos

No response

Browser

All

Additional context

No response

rllyy97 avatar Feb 06 '24 15:02 rllyy97

This is not an issue with one of our explicit subscription requests, but this is requesting subscriptions as part of a dynamic data request, and we do not have any sort of nextlink support for dynamic data requests. This will need to be added for this to operate properly.

rllyy97 avatar Feb 08 '24 19:02 rllyy97

This is a feature request for dynamic list calls to be made using a load more link. This will be significant work which requires

  1. UI support for doing load more when next link is present.
  2. Storing the dynamic list result nextLink along with current data somewhere in cache so all data can be shown.

preetriti1 avatar May 02 '24 00:05 preetriti1