0

I want to set TEAMS status message automatically.

So, I will use POWER AUTOMATE and using below method.

But I don't know how to set expiration date, "TODAY" without any number.

Please let me know how to set.

Thank you.

enter image description here

ahnsangski
  • 41
  • 7
  • Just use the date then? Work out how to get the end of the day in your relevant region and use that, no? – Skin May 24 '23 at 05:36

1 Answers1

1

There is a function in Power Automate called utcNow() which gets the current date+time ('now') in UTC format. It gets UTC as a standardized time that you can convert if needed to your own local time.

See more info on both of these points here: https://www.powertechtips.com/get-todays-date-power-automate/

Hilton Giesenow
  • 9,809
  • 2
  • 10
  • 24