question

BrandonWilloughby-0072 avatar image
1 Vote"
BrandonWilloughby-0072 asked PramodValavala-MSFT answered

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

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
image.png (16.8 KiB)
image.png (27.2 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

PramodValavala-MSFT avatar image
0 Votes"
PramodValavala-MSFT answered

@BrandonWilloughby-0072 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.



image.png (21.2 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.