Share via

Custom Connector bug wrong interpretation [

GAERTNER Lukas 40 Reputation points
2024-11-13T09:49:31.21+00:00

Recently this bug (https://learn.microsoft.com/en-us/answers/questions/2105547/azure-logic-app-custom-connector-not-editable) was solved, but immediately after another one appeared.

Now when I use my custom connectors in my logic apps this sign "[" is recognized as "~2" and they can not be used anymore in parameters.

custom_connector_bug

In custom connectors where I cant use a body instead of parameters, this makes them impossible to use. Is this a bug?

Do you know a workaround?

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.


2 answers

Sort by: Most helpful
  1. GAERTNER Lukas 40 Reputation points
    2025-01-14T15:52:46.17+00:00

    @JananiRamesh-MSFT do you know when this bug is finally fixed?

    The manual workaround is not working anymore, when I update the logic app action in code view this jumps back to ~2 again after saving.

    Was this answer helpful?


  2. JananiRamesh-MSFT 29,446 Reputation points Moderator
    2024-11-19T07:54:49.0533333+00:00

    @GAERTNER Lukas Thanks for your patience! PG team identified the bug and manual workaround to this bug is after the creation of the workflow in designer view, you can go to code view and update the schema replacing the "~2" with "[" manually and save it.

    here is the private azure portal url with the fix https://ms.portal.azure.com/?Microsoft_Azure_EMA=carlos

    The fix is not fully deployed to prod, ETA for it will be mid-December or mid-January

    please try and do let me know incase of further queries, I would be happy to assist you.

    If you found the answer to your question helpful, please take a moment to mark it as Yes for others to benefit from your experience. Or simply add a comment tagging me and would be happy to answer your questions.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.