Hi - I'm trying to create a flow that will look at my calendar every day and look for meetings matching a keyword "Strategic Planning" and automatically add a 30 minute meeting right after it.
I've gotten it fairly far along, but I'm running into a problem when I go to add the end time of the created buffer time.
When I go to add the addMinute expression, I don't have the option to add dynamic content for the original event's end time.
I used this as a guide: https://www.youtube.com/watch?v=zMCoD-I_-pM
If this won't work, any tips on how I can accomplish what I'm trying to do?
Solved! Go to Solution.
@wilson16 use below expression to add minutes to end time
addMinutes(items('Apply_to_each')?['end'],30)
@wilson16 you need to add expression from Dynamic content - > Expression, see as shown in this video https://1drv.ms/v/s!An0udZ9uZBGJtBCPn17Av34hXTh4?e=ZGT5Ve
@wilson16 use below expression to add minutes to end time
addMinutes(items('Apply_to_each')?['end'],30)
When I do that, I get a Bad Request:
@wilson16 you need to add expression from Dynamic content - > Expression, see as shown in this video https://1drv.ms/v/s!An0udZ9uZBGJtBCPn17Av34hXTh4?e=ZGT5Ve
User | Count |
---|---|
88 | |
43 | |
21 | |
18 | |
16 |
User | Count |
---|---|
132 | |
47 | |
42 | |
36 | |
28 |