Hi. I've never used Power Automate before, but this is something I desperately need with the amount of emails I send. Is there a detailed, step-by-step to achieve this desired outcome? Will this also take hold in the Outlook 365 Desktop application?
The comma is right next to person but it always adds a space - any idea on how to remove the space? Cheers, Gerard
Hi @Gerard2 :
Has the problem been solved?
Is there anything else I can help?
If my post helps, then please consider Accept it as the solution to help others.Thanks
Best Regards,
Bof
Thanks Bof - very much appreciated.
I’ll give it a go tomorrow and post the results.
Cheers,
Gerard
Hi Bof,
Australian Eastern Standard Time UTC +11.
My flow is
Can I just plonk that expression into my ‘Send an email’ connector - I’m using dynamic content to fill out details like PERSON etc and I’m using HTML formatting.
Thanks so much.
Gerard
Hi @Gerard2 :
Could you tell me:
What time zone are you in?
I assume you use UCT time then please try this flow:
Reference Expression:
if(greater(int(formatDateTime(utcNow(),'HH')),18),'Good evening',if(greater(int(formatDateTime(utcNow(),'HH')),11),'Good Afternoon','Good Morning'))
If you are in another time zone, just add the offset value. I assume you are in the UCT+8 time zone
The expression should be:
if(greater(int(formatDateTime(addHours(utcNow(),8),'HH')),18),'Good evening',if(greater(int(formatDateTime(addHours(utcNow(),8),'HH')),11),'Good Afternoon','Good Morning'))
Best Regards,
Bof
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1