Existing file system connections are not displayed
Describe the issue
- go to a standard logic app
- click the designer under the stateful workflow
- add an action, and select create file of the file system (on promise)
- The connection that I created before is not displayed, and I need to enter the information again
- 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
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
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.
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:
response:
Should be fixed in #5595 . Fix will make it to production over the next couple of weeks.