UploadFile
Upload a File. Path and FilePath are required for a successful operation.
Input
| Name | Type | Description |
| Path | String | Set this to the path of the file where it will be uploaded. |
| FilePath | String | Set this to the path of the file which will be uploaded. Example: C:/Users/User/Desktop/SampleUploadtest.txt. This parameter takes priority over others. |
| FileContent | String | Base64 encoded content of the file to be added. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation completed successfully or not. |