Mac general actions are a category of RPA actions that handle system level interactions, such as open file or save file dialogs that are common to your Mac operating system.
Since macOS currently only supports web automation, these actions enable the bot to handle the native system dialogs that pop up during a web workflow, such as when you need to select, upload, or save a file to your system.
Supported RPA Agent Platforms : MacThis action opens the "Open" dialog window, which allows the bot to browse the mac's file system and select a file for a web-based action.
Example: We can use this action when a web portal requires an upload, such as selecting a CSV file from your downloads folder or uploading a file to your cloud drive.
Variable name: The output variable that stores the selected file's path and name. You can use this variable to reference the file in subsequent actions of your workflow.
Folder path: The location of the folder containing the file you want to open. You can manually enter the path or use the browse icon to select the folder directly from your system.
File name: The name of the file you want to select or upload from the specified folder.
This action opens the save file dialog window, allowing the bot to specify the location and file name when downloading or saving the a file to your local machine.
Example: You can use this action when downloading a report from a web portal or saving a backup file from your cloud application to a specific folder on your system.

Variable name: The output variable that stores the selected file's path and name. You can use this variable to reference the file in subsequent actions of your workflow.
Folder path: The location of the folder where you want to save the file. You can manually enter the path or use the browse icon to select the destination folder directly from your system.
File name: The location of the folder where you want to save the file. You can manually enter the path or use the browse icon to select the destination folder directly from your system.