api.cache
Store and retrieve data that persists across executions.
Delete a cached record at the supplied key if it exists.Parameters
Example
Retrieve a cached record at the supplied key. If found, access the value via Parameters
record.value.Example
Store or update a string value in the cache at the specified key. Values are scoped to the Trigger and subject to the Actions Cache Limits. If no lifetime is specified, a default lifetime of 15 minutes will be used.Important: This cache is designed for short-lived, ephemeral data. Items may not be available in later transactions even if they are within their supplied lifetime.Parameters
Example