Logic App: "When a blob is added or modified" returns empty when called from Recurrence schedule

bwill 26 Reputation points
2021-08-25T20:49:52.327+00:00

My logic app has the below structure:

126492-image.png

The "When a blob is added or modified" trigger works fine when added as the initial trigger. But when I add a Recurrence schedule, to run at a specific time of day, the trigger still activates, but an empty body is always returned:

126409-image.png

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
0 comments No comments
{count} vote

Accepted answer
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
    2021-09-01T09:30:36.983+00:00

    @bwill I believe using a polling-based trigger as an action will not work here since there would be no state (timestamp of the last blob processed) available to it. Instead, you could just use the built-in recurrence properties of the trigger directly.

    128293-image.png

    The above will run the logic app at 3PM UTC every day.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.