Azure / LogicAppsUX

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

Unable to fetch all API connector triggers or actions. #6069

Closed vgouth closed 1 week ago

vgouth commented 2 weeks ago

Describe the Bug with repro steps

1.Create a new Standard Logic App Project in VS Code

2.Add a workflow to your local project

3.Open the workflow.json file in designer and author a new workflow

4.Add http request Trigger or Add API connection triggers

  1. Add API connection actions like office 365 outlook/sharepoint/dropbox/Google sheets

Expected: Should able to fetch all API connector triggers or actions.

Actual: Unable to fetch all API connector triggers or actions.

What type of Logic App Is this happening in?

Standard (VSCode)

Which operating system are you using?

Windows

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

Screenshots or Videos

Triggers:

Image

Image

Image

Image

Actions:

Image

Image

Image

Image

Browser

VS Code

Additional context

VSIX Version : 4.116.7

ccastrotrejo commented 1 week ago

Hi @vgouth thanks for raising this issue. This gets solved with the following PR https://github.com/Azure/LogicAppsUX/pull/5988