Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADF Connector doesn't support next link for drop-down lists [Design Time] #6492

Open
shboulatom83 opened this issue Jan 28, 2025 · 0 comments
Assignees

Comments

@shboulatom83
Copy link

shboulatom83 commented Jan 28, 2025

Describe the Bug with repro steps

  1. Create simple workflow with HTTP Trigger
  2. add Create Pipeline Run action (ADF)
  3. Fill the subscription, resource group, and Factory name
  4. When clicking on the Pipeline name drop-downlist, if you have many pipelines, not all will be returned
  5. You can enter the pipeline name as Custom Value; as a mitigation workaround

The Designer is calling the REST API https://learn.microsoft.com/en-us/rest/api/datafactory/pipelines/list-by-factory?view=rest-datafactory-2018-06-01&tabs=HTTP; which lists pipelines in a factory. The REST API returns Next Link (which contains remaining pipelines), but seems the designer doesn't take this into consideration

Designer output [Design Time]

Image

While the ADF has other pipelines after pipeline 41

Image

The output of the REST API, shows next link

Image

Also, in HAR traces, we can see the next link is returned:

Image

What type of Logic App Is this happening in?

Standard (Portal)

Which operating system are you using?

Windows

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

Yes

Workflow JSON

Screenshots or Videos

No response

Browser

All

Additional context

No response

@Eric-B-Wu Eric-B-Wu self-assigned this Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants