Native Action - Read File
The Read File action allows users to retrieve the contents of a file stored on their device. This action supports both static file paths and dynamic paths using keywords, including output from the Download File action.
To use the Read File action in your workflow:
Navigate to
Native
in your action flow and select theRead File
task.Specify the file path or use keywords to dynamically define the file location.
Configuration Overview
Configuration Field | Description |
---|---|
File Path | The path of the file to read. You can provide a static path or use a keyword from another action (e.g., {{Writefile.output}} ). |
When to Execute | (Optional) A condition to determine whether the action should execute. |
Once configured, the Read File action retrieves the file's content. This can then be used in subsequent actions or displayed within your app.