Update Resource
Updates an existing resource.
Category: File & Folder Operations · Group: Files · Activity name: UpdateResource

Example
outputVariable = UpdateResource("<resourceName>", resourceId="<resourceId>", resourceName="<resourceName>", resourceType="<resourceType>", description="<description>", tags="<tags>", folder="<folder>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Resource | resource | The resource to update. Either this or Resource Name must be provided. | ||
| Resource Name | string | Alternative to Resource dropdown. Exact name match within the project. Workflows using this will break if the resource is renamed. | ||
| Resource Name | string | Yes | A friendly name for the resource (e.g., 'Customer Data CSV'). | |
| Resource Type | string | Type of the resource (e.g., 'document', 'image', 'data', 'config', 'other'). | ||
| Description | string | Optional description of the resource. | ||
| Tags | string | Comma-separated tags for categorizing the resource (e.g., 'data,csv,customers'). | ||
| Folder | string | Folder to organize the resource into (e.g., 'invoices', 'reports'). |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Variable to store the unique resource ID for later reference. |