Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
Overview
This node operation updates a Flexible Asset in the Cloud Radial system. It allows users to modify an existing flexible asset by specifying its Asset ID, the type of the asset, and the fields to update in JSON format. This operation is useful for maintaining and managing asset data dynamically within workflows, such as updating asset details in response to changes in an external system or user input.
Use Case Examples
- Updating the details of a flexible asset when new information is received from an external database.
- Modifying asset attributes as part of an automated asset management workflow.
Properties
| Name | Meaning |
|---|---|
| Asset ID | The unique identifier of the flexible asset to update. |
| Asset Type ID | The identifier of the flexible asset type, specifying the category or schema of the asset. |
| Fields | A JSON object containing the fields and their new values to update on the flexible asset. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
id- The unique identifier of the updated flexible asset.flexibleAssetTypeId- The identifier of the flexible asset type associated with the updated asset.fields- The JSON object representing the updated fields of the flexible asset.
Dependencies
- Cloud Radial API with an API key credential for authentication.
Troubleshooting
- Ensure the Asset ID and Flexible Asset Type ID are correct and exist in the system to avoid 'not found' errors.
- Validate the JSON format of the 'Fields' input to prevent parsing errors.
- Check network connectivity and proxy settings if requests fail or time out.
- If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option cautiously.