Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
74 stars 81 forks source link

Subscriptions dropdown not showing all subscriptions #4130

Open rllyy97 opened 7 months ago

rllyy97 commented 7 months ago

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 commented 7 months ago

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.

preetriti1 commented 4 months ago

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.