Date Time Connector(Power Automate Cloud flows)

Japanese version.

Get the current date and time. Similar to utcNow function.

How to use

Select t ...

Collection Functions(Power Automate Cloud flows)

Japanese version.

Function to get the last item in an array.

last also has a separate function of the sam ...

Collection Functions(Power Automate Cloud flows)

Japanese version.

Function to reverse sort the contents of an array .

Specreverse(<collection>)Ar ...

Collection Functions(Power Automate Cloud flows)

Japanese version.

Function to sort array contents in ascending order.

If you want to sort in descending o ...

Collection Functions(Power Automate Cloud flows)

Japanese version.

Function to get the first item in an array.

first also has a separate function of the s ...

String Functions(Power Automate Cloud flows)

Japanese version.

Function to get the last character of text.

last also has a function of the same name t ...

Text Functions Connector(Power Automate Cloud flows)

Japanese version.

Function to get the first character of text.

first also has a function of the same name ...

Text Functions Connector(Power Automate Cloud flows)

Japanese version.

Function to cut out an arbitrary start-to-end substring from the specified text.

It is ...

String Functions(Power Automate Cloud flows)

Japanese version.

Cut out a substring by specifying its position and length.

It is similar to the slice f ...

String Functions(Power Automate Cloud flows)

Japanese version.

The chunk function divides a single text into an array of equal-sized texts.

The chunk ...