How can I have flow specify the start and end time for a calendar invite? Ideally, the approver should just be able to specify the time. Thanks!
Solved! Go to Solution.
You could use this expression to figure out what the next day is:
Concat(formatDateTime(addDays(utcNow(),1),'yyyy-MM-dd'),'T','09:00:00')
utcNow() will get the current date, so feel free to leave this in, or replace it if you want something specific.
If you have found this post useful, please give it a thumbs up. If it has answered your question, please accept it as the solution so others can benefit.
@MattWeston365
Proud to be a Flownaut!
Community Leader: Black Country PowerApps & Flow User Group
Hi @mweibeler you can enter times into a calendar just by selecting the required action. What you may need to provide more information on is how you're expecting the users to supply the time in the first instance.
If I've not quite understood what you're asking for, please provide more info then either myself or someone else in the community will be able to pick this up.
If you have found this post useful, please give it a thumbs up. If it has answered your question, please accept it as the solution so others can benefit.
@MattWeston365
Proud to be a Flownaut!
Community Leader: Black Country PowerApps & Flow User Group
You could use this expression to figure out what the next day is:
Concat(formatDateTime(addDays(utcNow(),1),'yyyy-MM-dd'),'T','09:00:00')
utcNow() will get the current date, so feel free to leave this in, or replace it if you want something specific.
If you have found this post useful, please give it a thumbs up. If it has answered your question, please accept it as the solution so others can benefit.
@MattWeston365
Proud to be a Flownaut!
Community Leader: Black Country PowerApps & Flow User Group
Awesome, this worked. Thanks!
User | Count |
---|---|
78 | |
55 | |
52 | |
42 | |
41 |
User | Count |
---|---|
81 | |
79 | |
75 | |
67 | |
43 |