Conversion Functions(Power Automate Cloud flows)
Contents
Conversion Functions
Function | Importance | Overview |
---|---|---|
array | Low | This function converts a single text or number into an array. This is an infrequently used function because it is rare to create an array with a single item from a single value. |
base64 | Low | This function converts (encodes) text to Base64 (a format in which data is represented as text for sending e-mail, etc.). However, situations in which conversion to Base64 is necessary are rare. |
base64ToString | Low | This function decodes text that is encoded in Base64. |
bool | Middle | Function to convert a number or specific text to a boolean value. The main use is to convert Boolean values that are text or numbers when a file is imported from some application. |
createArray | High | Function to create an array from values. |
decodeUriComponent | Middle | Converts URL-encoded text to the original text. |
float | High | Converts text with only numbers and decimal points to Float type data. It is frequently used when a file is imported from some application. |
int | High | Converts numeric text to Integer data. It is frequently used when a file is imported from some application. |
string | High | Converts non-text data such as numbers and arrays to text. It is mainly used when importing files from some application or when saving data to a text file, When saving data to a text file. |
uriComponent | Middle | URL encode the specified text. |
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.