LogicAppsUX icon indicating copy to clipboard operation
LogicAppsUX copied to clipboard

Existing file system connections are not displayed

Open fanweiyan-coder opened this issue 1 year ago • 1 comments

Describe the issue

  1. go to a standard logic app
  2. click the designer under the stateful workflow
  3. add an action, and select create file of the file system (on promise)
  4. The connection that I created before is not displayed, and I need to enter the information again
  5. After about five to ten minutes, the previous connection can be selected

Note:He had established more than 20 file system connections.

Are you using new designer or old designer

New Designer (With action panels)

Screenshots or Videos

The first image is the problem status page. The second image is the normal page after waiting five to 10 minutes

1723685942788

1723686094005

Browser

Edge,Chrome

Additional context

Not sure if it is the same problem, the file system connector(on promise) sometimes shows an error as shown below, but we did not click many times

1723686289992

fanweiyan-coder avatar Aug 15 '24 01:08 fanweiyan-coder

I'm not sure this is a UX bug, could be a API bug. Can you please open an ICM ticket on the Logic Apps team to investigate? Please include HAR traces and console log errors where appropriate.

hartra344 avatar Aug 15 '24 15:08 hartra344

Hi @hartra344 , we created a icm ticket before,but received as follows : "in Logic App, when we try to retrieve the API connection of a specific connector, it is an API call send to ARM API (Resource Groups - List - REST API (Azure Resource Management) | Microsoft Learn).

By default, it has a limitation that how many resources can be returned in a single call if it cannot be retrieved for the first time, it will provide "nextLink" in http response for the next integration which I saw in cx's HAR trace.

Meanwhile, as per my understanding, the filter is applied after we retrieve the list, so it possible that we have an empty list but with "nextLink", so this issue mostly due to too many API connections in cx's resource group, but I believe we should consider this situation and fix in front end."

Could you have a look? Thanks. request: a2210947c25271393c8cd3b32676857

response: 3a059ced1255ef8f8096ff0a2e2690a

fanweiyan-coder avatar Sep 05 '24 01:09 fanweiyan-coder

Should be fixed in #5595 . Fix will make it to production over the next couple of weeks.

hartra344 avatar Sep 09 '24 18:09 hartra344