Azure Logic Apps Form Recognizer Connector - Name change issue

Stefan Wallimann 15 Reputation points
2024-11-22T13:50:29.47+00:00

There seems to be a changed value in the Document Intelligence connector in Azure Logic Apps. Just found out that my project stopped working and for me it looks like someone changed the connector name while adding the new version 4 of the connector. It's super annoying to recognize that my project was stopped. luckily this was not a production evnironment where customers are connected to. Can someone please forward this issue to the dev team to ensure quality testing before submitting a change?

User's image

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,275 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Stefan Wallimann 15 Reputation points
    2024-11-22T16:13:10.67+00:00

    Found the solution to the issue. Seems like the backend changed and the related components need a manual update in the code view section of the flow.

    Solution:

    1. Select your Logic App
    2. Go to code view
    3. Add to the action path the following: /formrecognizer like this: "/formrecognizer/documentClassifiers/@{encodeURIComponent('XYZ')}:analyze"

    Link to GitHub Issue Report: https://github.com/Azure/LogicAppsUX/issues/6155

    Thanks to https://github.com/mvitoloaitana for the suggestion and help resolve the issue.

    2 people found this answer helpful.

  2. LeelaRajeshSayana-MSFT 16,786 Reputation points
    2024-11-22T16:59:54.86+00:00

    Thank you @Stefan Wallimann for sharing the fix on the forum so that others experiencing the same thing can easily reference this! I highly appreciate it.

    Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to accept the answer .

    Issue:

    Existing Form Recognizer Actions in Logic App is resulting in an error and is not editable through the portal.

    Solution:

    Solution:

    1. Select your Logic App
    2. Go to code view
    3. Add to the action path the following: /formrecognizer like this: "/formrecognizer/documentClassifiers/@{encodeURIComponent('XYZ')}:analyze"

    If I missed anything please let me know and I'd be happy to add it to my answer, or feel free to comment below with any additional information.

    I hope this helps!

    If you have any other questions, please let me know. Thank you again for your time and patience throughout this issue.

    1 person found this answer helpful.
    0 comments No comments

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

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