I need help to figure out how i can collect dates in a effective way.
I ask my user to enter from what start date to end date when the user are on vacation (for example).
I use flow to send out a reminder to other users when start date matches todays date. But now to my problem. If a user enters a start date and an end date that in total contains 10 days. I want to send out a reminder every day during that time, so one reminder each day during the 10 days. Not as i have it now, only a reminder on the start date and nothing on day 2-10.
How can i get each date between these dates so a flow triggers each day?
Im thinking that i can force the user to create a report only for one day at a time, but that is not very nice to ask of them.
I am thinking that i want to calculate the amount of days between start and end date. Then tell my flow to post the info 10 times (one time per day).
Or can i make an calculation and extract each date and store them in a list and let the flow trigger on those?
But i dont know how.
Or is there other ways to create this.