Re: Find Meeting Time During Working Hours
Hi there. Thank you for your post.
I have edited this reply as it wasn't concise enough (on my part) and could have been a tad misleading.
Below should be a solution for you. I am in the UK although have added the code to convert to "Pacific Standard Time".
8am
addHours(startOfDay(formatDateTime(convertTimeZone(utcnow(), 'UTC', 'Pacific Standard Time')), 'HH:mm'), 😎
5pm
addHours(startOfDay(formatDateTime(convertTimeZone(utcnow(), 'UTC', 'Pacific Standard Time')), 'HH:mm'), 17)
As you will see below:
You may want to format the time and date a little so here is a link to the documentation that you are missing:
https://docs.microsoft.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference#date-and-time-functions
If you have found my post helpful, please mark thumbs up.
Any other questions, just ask.
Thanks, Alan
Happy Flowing!