Search code examples
microsoft-teamspower-automatemicrosoft-graph-teamspower-automate-desktopmicrosoft-teams-js

How to set expiration date "Today" on teams with POWER AUTOMATE


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


Solution

  • 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/