Azure logic app not running.

MAMIDI Anjali 10 Reputation points
2023-10-28T19:07:45.3333333+00:00

I'm unable to run my azure logic app. It is showing error "failed to start a logic app run, undefined". Within the activity log of my azure logic app, I was observing Trigger Run failing with the error as seen in below screenshot. Can someone please help why this error is seen and what should I do to run my azure logic app?

Thanks in advance!!!!

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,542 questions
{count} vote

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2023-10-31T05:45:00.83+00:00

    @MAMIDI Anjali Thanks for reaching out.

    It looks like you are using the When a resource event occurs triggers (event grid connector) and as per the error message under the setting you can see the Split On property enabled for your trigger so that means per item in your selected array it will have the district tracking it. If you have disabled it then all the events will process by the same instance for a particular time.

    User's image

    If there is only the single json object and not the array then you can disable it.

    Please "Accept Answer" if the answer is helpful so that it can help others in the community.

    1 person found this answer helpful.
    0 comments No comments

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.