The LookupCacheTransformation uses the input from transformations above to check against a named cache created based on a list of tags (a dictionary). Similar to TakeDictionaryValueTransformation with the difference that this lookup also works for data not directly assigned to the content. 

Caches

You must create the cache upfront to have it available in the Business Rules. The values match have an exact match e.g. "Picturepark" is not "Picture park", case sensitivity can be ignored but spaces and other characters are considered for matching the values. 

Specific Definitions

Property

Value

kind

LookupCacheTransformation

Named cache:

A selection of caches created from metadata fields or Lists. 

"transformations": [
	{
	"kind": "LookupCacheTransformation",
	"namedCache": "OrganisationCache",
	"traceRefId": null
	}
],