Hello everyone,
I have a booking system which gives a patient dates to visit a clinic. How it works, we pick "start day" a to that date I am adding days using this "addDays(triggerBody()?['...here is start date...'],7)", and it creates a "visit" in calendar.
After that there is another action same like that before but with different number, like that
"addDays(triggerBody()?['Datum_x0020_randomizace_x003a_'],)14" and more... at the end it create's an event in shared calendar.
What I need is to set those "visit's" to generate only from 7AM to 10AM, one for 30 minutes. When it's full it have to start again from 7AM to 10AM.
Thank you for your replies.
Solved! Go to Solution.
Hi @Dowre ,
You could configure the third argument to the addDays() function to specify the start time.
Expression:
addDays(triggerBody()['date'],7,'yyyy-MM-ddT07:00:00')
Image reference:
Please take a try.
Best Regards,
Hi @Dowre ,
You could configure the third argument to the addDays() function to specify the start time.
Expression:
addDays(triggerBody()['date'],7,'yyyy-MM-ddT07:00:00')
Image reference:
Please take a try.
Best Regards,
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.
User | Count |
---|---|
47 | |
45 | |
43 | |
41 | |
37 |
User | Count |
---|---|
83 | |
77 | |
69 | |
52 | |
47 |