UiPath · Arazzo Workflow
UiPath Rotate an Asset Value
Version 1.0.0
Read an existing asset, write an updated value, and verify the change.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
rotate-asset-value
Read, update, and re-verify a text asset value.
Retrieves a Text asset by ID, updates it with a new string value while preserving its identity, and reads it back to confirm the new value.
1
readAsset
getAsset
Retrieve the current asset definition by ID so its name and type can be preserved during the update.
2
updateAsset
updateAsset
Update the asset with the new text value, preserving the asset ID, name, and value type captured from the read step.
3
verifyAsset
getAsset
Re-read the asset by ID to confirm the rotated value is now persisted.