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

LogicApps Custom connector - Unable to initialize operation details for swagger operation #4675

Open
fsarabia opened this issue Apr 23, 2024 · 8 comments
Assignees

Comments

@fsarabia
Copy link

Describe the Bug with repro steps

After the UX migration to the new designer, a workflow that uses a custom connector stopped working.

The custom connector action finishes as successful (green check) even though it shows the message "Unable to initialize operation details for swagger based operation - Error details - Incomplete information for operation ''" during the run history. I'm also unable to edit the operation and the tabs "Parameters, Settings, Code View, Testing, About" do not appear.

This custom connector uses a "dynamic" connection.
"connection": {
"name": "@parameters('$connections') [variables('dynamicConnName')]['connectionId']"
}

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

Chrome

Additional context

No response

@harshalCG
Copy link

Having the same exact issue as above, any leads will be helpful thanks

@rllyy97 rllyy97 self-assigned this Apr 29, 2024
@rllyy97
Copy link
Contributor

rllyy97 commented Apr 29, 2024

Hi @fsarabia + @harshalCG,

I'm currently investigating this issue, could either/both of you send me your workflow.json file?
Possibly also your connections.json file just to be safe, feel free to remove anything values might think are sensitive if you'd like
My email is [email protected]

@preetriti1
Copy link
Contributor

We are unable to resolve the connections because it refers logic app variables in combination with workflow parameters. Currently this is an unsupported scenario because variable values are determined or changed during runtime. We do not resolve variables in the connection expression but we do for workflow parameters.
If this is an arm template variable then this should be sent as resolved before we load the designer, but looks like it is LA variables.

@fsarabia
Copy link
Author

fsarabia commented Apr 30, 2024 via email

@preetriti1
Copy link
Contributor

@fsarabia PLease send a screenshot of which warning you are talking about.

@fsarabia
Copy link
Author

fsarabia commented Apr 30, 2024 via email

@rllyy97 rllyy97 assigned preetriti1 and unassigned rllyy97 May 6, 2024
@preetriti1
Copy link
Contributor

@fsarabia - I do not see any screenshots attached. Can you please reattach the screenshots?

@harshalCG
Copy link

I was able to get past this error, had to switch from the new designer view to the old designer view and that solved the issue

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

4 participants