utcNow function(Power Automate Cloud flows)

10/10/2023

Japanese version.

Get the current date and time in Universal Coordinated Time.

Similar to Current time Action.

Spec

utcNow('<format>')
ArgumentDefaultDescription
formatyyyy-MM-ddTHH:mm:ss.fffffffKSpecifies the format of the result.

How to use

In most cases, it is used in the "value" when initializing or setting variables of type "string".

Click on the "Expression" tab, utcNow, and the function name and () will be set in the expression field.

The argument is an optional item that specifies the format of the result.

Click on the button, and if the display looks like the following, the setting is complete.

You can change the function by clicking this purple icon.

Function is executed, the current time is obtained.

When using dynamic content or variables, special specifications are required.

To obtain only the current date, specify an argument or use the startOfDay function.

The result is in Universal Coordinated Time. To change to another time zone, use the convertTimeZone function.

For those who want to learn Power Automate Cloud flow effectively

The information on this site is now available in an easy-to-read e-book format.

Or Kindle Unlimited (unlimited reading).

You willl discover how to about basic operations.

By the end of this book, you will be equipped with the knowledge you need to use Power Automate Cloud flow to streamline your workflow.

Links

Date and time Functions(Power Automate Cloud flows)