Is it possible to create multiple recurrence/schedule in a logic app?
Basically, I need to set daily, weekly and monthly schedule in a single flow.
Then the flow has to call the corresponding action and send mail as per the schedule.
I want to avoid creating multiple flows and try to have it in a single flow.
Can you please share steps/documentation?
You'll need to configure the Flow to run daily. If you only want it to run on certain days of the week, select weekly and select your days.
Then, you'll need to use date and time expressions like dayOfWeek(), dayOfMonth(), etc. in conditions or a switch action to decide what action you need to take. I'm not sure if this will give you what you need..
Honestly, I believe that multiple Flows might be easier.
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.