Site icon Kaizen.Personal computer work.

File(Power Automate Desktop Action)

Japanese version.

Functions related to file operations such as file creation.
Copying and moving folders, CSV operations, etc.

Actions

NameImportanceDescription
If file existsHighThe process branches conditional on the presence or absence of a file.
Wait for fileHighWaits for flow until the specified file is created or deleted.
Copy file(s)HighDuplicates one or more files specified.
Obtains a list of file information for the resulting copy destination.
Move file(s)HighMoves one or more specified files.
Obtains a list of file information for the resulting move destination.
Delete file(s)HighDeletes one or more files specified.
Rename file(s)HighRenames one or more specified files.
Obtains a list of file information about the resulting to be renamed.
Read text from fileHighSet the contents of the target file to a variable.
There are two functions: one to read the entire text into a string variable, and the other to split it at newlines and import it into a list variable,
The function to read the entire text into a string variable and the function to split the text at a newline into a list variable are available.
Write text to fileHighWrites the specified text to the file.
Overwriting and appending are possible.
Read from CSV fileHighThe contents of the file are imported into a data table variable.
In addition to CSV, TSV, arbitrary delimited files and fixed-length formats are also supported.
Write to CSV fileHighThis action writes the contents of a variable (mainly a Data table) to a CSV file.
It supports not only CSV, but also TSV and arbitrary delimited files.
Get file path partMiddleSpecify a file path and get the directory or file name.
Get temporary fileLowCreates a temporary file for use in a flow.
As a result, file information of the temporary file is retrieved.
Temporary files are not automatically deleted or otherwise difficult to use.
Convert file to Base64LowConverts binary files such as images to Base64 (a format in which binary data is represented as text for sending e-mail, etc.).
This action is used infrequently because there are few opportunities to handle Base64.
Convert Base64 to fileLowConverts Base64 (a format in which binary data is represented as text for sending e-mail, etc.) to binary and saves it as a file.
This action is used infrequently because there are few opportunities to handle Base64.
Convert file to binary dataLow
Convert binary data to fileLow
Exit mobile version